| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The ID of the workflow | |
| version | Number | The version of the workflow | |
| conflicts | [ConflictOutput] | Any conflicts that are present in the workflow stages | |
| creationDate | Number | ||
| maintainerId | String | The member ID of the maintainer of the workflow. Defaults to the workflow creator. | |
| links | {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 | [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] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.