v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
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.