Workflow definition overview
Log in to add to favouritesProperties
Name | Type | Format | Description |
---|---|---|---|
id | string | - | A unique workflow definition identifier. |
uuid | string | uuid | The workflow definition identifier as a 128 bit GUID. |
projectId | string | - | The project identifier, e.g. "movieDb". Found in the project overview screen of the management console. |
name | object | localized value | The friendly name given to the workflow definition. |
description | object | localized value | The description text given to the workflow definition. |
states | object[...] | - | A collection of states that an entry with the workflow definition may have. |
eventGroup | object[...] | event group | A collection of event groups for events within the states. |
isSystem | boolean | - | Indicates whether the workflow definition is predefined and read only (true) or a custom definition (false). |
version | object | version | Version information about the workflow definition. |