GetObjectWorkflowTaskActionDetails
Retrieve the details of a specific workflow task action. The response lists the details of the task action, including all fields required to initiate the action. Note that task actions where esignature is true cannot be initiated via the API.
Input
| Name | Type | Required | Description |
| TaskId | String | True | The task id field value. |
| TaskActionName | String | True | The name of the task action retrieved from Retrieve Workflow Task Actions. |
Result Set Columns
| Name | Type | Description |
| Name | String | Name of the Task. |
| Label | String | Label of the Task. |
| Type | String | Type of the Task |
| Description | String | Task Description |
| ControlsAggregate | String | Details in Json format for initializing the workflow task action. |