GetObjectWorkflows
Retrieve the workflows of an object given the ObjectName and RecordId
In this provider vault objects are exposed as separate entities. And the keys of these entities corresponds to RecordId here.
EXEC GetObjectWorkflows ObjectName = 'example__sys', RecordId = '123435455'
Input
| Name | Type | Required | Description |
| ObjectName | String | True | Name of the object. |
| RecordId | String | True | Identifier of the record of the object. |
Result Set Columns
| Name | Type | Description |
| Id | String | Identifier of the workflow. |
| Label | String | Label of the workflow. |
| Status | String | Status of the workflow. |
| Initiator | String | Identifier of the user who initiated the workflow. |
| StartedDate | Datetime | Datetime when the workflow started. |
| DueDate | Datetime | Datetime when the workflow is due. |
| CompletedDate | Datetime | Datetime when the workflow was completed. |