Workflow Runs

Stop Workflow Task

Available for: Workflow apps.

Stop a running workflow task. Only supported in streaming mode.

post/workflows/tasks/{task_id}/stop

Path parameters

task_idstring required

Task ID, from the streaming events of Run Workflow.

Request body

userstring required

End-user identifier, defined by your app and unique within it. Need not match the user that started the run; the stop applies to the task regardless of user. See End User Identity.

Response

Operation successful.

resultstring

Operation result. Always success.

Changes

No recorded changes to this endpoint across all 10 revisions of this API.