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
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>"
}
Request to get a single execution
Execution resumed successfully
The response is of type object
.