GetObjectWorkflowTasks
Retrieve the workflows of an object given the ObjectName and RecordId
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 | The task ID. |
| RecordId | String | The ID of the object record using the task. |
| Workflow | String | The workflow ID in which the task is configured. |
| Object | String | The name of the object using the task. |
| Label | String | The task label as seen in the UI. |
| Status | String | The current status of the task. |
| Assignee | String | The ID of the user assigned the task. This is the task owner. |
| CreatedDate | String | The date and time when the task was created. |
| AssignedDate | String | The date and time when the task was assigned. |
| DueDate | String | The date and time when the task is due. |
| WorkflowClass | String | Included with a value of read_and_understood__sys if the task is a Read and Understood task. |
| Instructions | String | Instructions for completing the task. |