InitiateObjectWorkflowTaskAction
Initiate a workflow Task action on a specific workflow action, such as complete, cancel the workflow task etc.
Input
| Name | Type | Required | Description |
| TaskId | String | True | The task id field value. |
| TaskActionName | String | True | The Task Action Name you are initiating retrieved from GetObjectWorkflowTaskActionDetails. |
| ControlsPayload | String | False | Additional required parameters as indicated in ControlsAggregate retrieved from GetObjectWorkflowTaskActionDetails for initiating this workflow action in Json format. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the workflow task action was successfully initiated. |