latestOpenAPI 3.0.32026-08-10119559584.8 KB

6d091bc86a33

Workflow Tasks

Cancel workflow task.

Cancels the workflow task with the specified ID with a reason. If the given workflow is a subprocess, this method makes sure everything is cancelled from the root process instance. If the given task is not found, this method will assume it already was cancelled without throwing any error.

post/workflowTasks/{workflowTaskId}/canceled

Path parameters

workflowTaskIdstring uuid required

The ID of the workflow task.

Request body

string required

Response

Task successfully canceled.