GET api/WorkflowRun/GetActionFlowContinuation?workflowID={workflowID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workflowID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionFlowContinuationVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Actions | Collection of ActionFlowDescriptor |
None. |
|
| PromptToOperator | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Actions": null,
"PromptToOperator": "sample string 1"
}
application/xml, text/xml
Sample:
<ActionFlowContinuationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.WorkflowAction"> <Actions i:nil="true" /> <PromptToOperator>sample string 1</PromptToOperator> </ActionFlowContinuationVM>