Stopping a running execution
POST/api/workflows/:workflowName/runs/:runId/cancel
Only the runner still hanging on the current server process will be canceled; the completed run will return to the current state and canceled = false.
Request
Responses
- 200
- 409
Cancel the request result.
run is still marked as running, but does not belong to the current server process.