GetObjectWorkflowActionDetails
Retrieve details about a workflow action. For example, the prompts needed to complete a workflow action.
Input
| Name | Type | Required | Description |
| WorkflowId | String | True | The workflow id field value. |
| WorkflowActionName | String | True | The name of the workflow action. |
Result Set Columns
| Name | Type | Description |
| Label | String | The UI Label of the control. |
| PromptName | String | The name of the input prompts which accept values when initiating the workflow. |
| PromptLabel | String | The name of the input prompts which accept values when initiating the workflow. |
| Type | String | Type of control/prompt |