Skip to main content
POST
/
api
/
v2
/
workflow-runs
/
resume-when-complete
Resume workflow after async task
curl --request POST \
  --url https://api.example.com/api/v2/workflow-runs/resume-when-complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "asyncResultId": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json
asyncResultId
string
required

The unique identifier of the asynchronous result to monitor before resuming.

Response

Request accepted, processing to resume workflow has been initiated.

Request accepted, processing to resume workflow has been initiated.

message
string
required

A message indicating the request has been accepted for processing.