cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/markComplete \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "success": true, "message": "<string>" }
Marks a workflow execution as complete instead of failed when stopping it
Request to get a single execution
ID of the execution to retrieve
Execution marked as complete successfully
Whether the execution was marked as complete successfully
Status message