The workflow object representation and fields are described below.
workflow was introduced in API version V1
workflow has not been marked for deprecation
Workflow representation which holds a collection of stages
| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN for the workflow | |
| url | URL represented as a string | The URL for the workflow | |
| name | String literal | The friendly name of the workflow | Required on create. |
| owner | company | The company owner of this workflow | Required on create. |
| stages | workflowstage[] | Ignored on update. Required on create. | |