WorkflowItemInstances
Contains item-level information about each document or object record associated with a unique instance of a workflow.
Columns
| Name | Type | Description |
| Id [KEY] | String | The workflow instance Id. |
| Workflow | String | An object reference to the parent workflow__sys. |
| Type | String | The type of workflow item, either document__sys, document_version__sys, or object__sys. |
| Document | String | The document Id if type__sys is document__sys; otherwise, this value is null. When the workflow is started with unbound document versions, this field has a value, and document_version__sys is null. |
| DocumentVersion | String | The document Id if type__sys is document_version__sys; otherwise, this value is null. When the workflow is started with bound document versions, this field has a value, and document__sys is null. |
| ObjectName | String | The object record name if type__sys is object__sys, null otherwise. |
| ObjectRecordId | String | The object record Id if type__sys is object__sys; otherwise, this value is null. |
| IsActive | Boolean | By default, we retrieve data for both active and inactive workflow Item Objects. Set to true to retrieve only active workflow item objects, or set to False to retrieve only inactive workflow item objects. |