Name | Type | Description | Notes |
---|---|---|---|
id | String | The ID of the workflow | |
version | Integer | The version of the workflow | |
conflicts | List<ConflictOutput> | Any conflicts that are present in the workflow stages | |
creationDate | Long | ||
maintainerId | String | The member ID of the maintainer of the workflow. Defaults to the workflow creator. | |
links | Map<String, Link> | The location and content type of related resources | |
name | String | The name of the workflow | |
description | String | A brief description of the workflow | [optional] |
kind | String | The kind of workflow | [optional] |
stages | List<StageOutput> | The stages that make up the workflow. Each stage contains conditions and actions. | [optional] |
execution | ExecutionOutput | ||
meta | WorkflowTemplateMetadata | [optional] | |
templateKey | String | For workflows being created from a workflow template, this value is the template's key | [optional] |