workflowObject
The workflow object contains information about workflows in your account.
Name | Type | Description |
---|---|---|
id |
string | The unique id assigned to the workflow. |
siteId |
string | The siteId associated with the workflow. |
name |
string | The name assigned to the workflow |
description |
string | The description added for the workflow. |
status |
string | The status of the workflow. A workflow can have a status of active or inactive. Active workflows are live workflows that are running. Inactive workflows are not running and do not perform any actions. |
createdDate |
dateTime | The date the workflow was created. |
modifiedDate |
dateTime | The last time the workflow was modified. |
activatedDate |
dateTime | The last time the workflow was activated. |
deActivatedDate |
dateTime | The last time the workflow was deactivated (made inactive). |