Get Workflow Execution State
Retrieves the current state for a requested workflow run
Request
URI
GET
https://{api_host}/cloudapi/workflows/{workflowId}/executions/{executionId}/state
COPY
Path Parameters
string
workflowId
Required
workflowId
string
executionId
Required
executionId
Responses
200
The request is successful
Returns
string
of type(s)
application/json;version=39.1
Operation doesn't return any data structure
401
The user is not authorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Cannot find a workflow with the specified ID or the user does not have 'read' access rights for that workflow
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/workflows/{workflowId}/executions/{executionId}/state
Vro Workflow Execution Operations
GET
Get Parameter Types
Deprecated
GET
Get Supported Presentation Elements
Deprecated
GET
Get Supported Decorators
Deprecated
GET
Get Supportedconstraints
Deprecated
GET
Get All Workflow Executions
POST
Start Workflow Execution
Deprecated
GET
Get Workflow Execution
Deprecated
DELETE
Delete Workflow Execution
GET
Get Workflow Execution State
DELETE
Cancel Workflow Execution