v1

latestOpenAPI 3.0.0Apache-2.02026-07-172384109.4 KB

stop a workflow

post/api/v1/workflow/stop

Request body

workflowIdstring required
workflowRunIdstring
reasonstring
stopType'CANCEL' | 'TERMINATE' | 'FAIL'

Example request

{
  "reason": "reason",
  "stopType": null,
  "workflowRunId": "workflowRunId",
  "workflowId": "workflowId"
}

Response

successful operation