cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/resume \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "manuallyCompletedBlock": { "blockId": "<string>", "spanId": "<string>" } }'
{ "success": true, "message": "<string>" }
Resumes a paused workflow execution
Request to get a single execution
ID of the execution to retrieve
Information about a block that was completed manually, if any
Show child attributes
Execution resumed successfully
Whether the execution was resumed successfully
Status message