post/api/v1/workflow/waitForStateCompletion
Request body
Example request
{
"waitTimeSeconds": 0,
"stateId": "stateId",
"workflowId": "workflowId",
"stateExecutionId": "stateExecutionId",
"waitForKey": "waitForKey"
}Response
successful operation
Example response
{
"stateCompletionOutput": {
"completedStateOutput": {
"data": "data",
"extStoreId": "extStoreId",
"extPath": "extPath",
"encoding": "encoding"
},
"completedStateExecutionId": "completedStateExecutionId",
"completedStateId": "completedStateId"
}
}