For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Cancel process instanceAdded in 8.6

POST 

/process-instances/:processInstanceKey/cancellation

Strongly Consistent About endpoint data consistency

Cancels a running process instance. As a cancellation includes more than just the removal of the process instance resource, the cancellation resource must be posted. Cancellation can wait on listener-related processing; when that processing does not complete in time, this endpoint can return 504. Other gateway timeout causes are also possible. Retry with backoff and inspect listener worker availability and logs when this repeats.

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
PROCESS_DEFINITIONCANCEL_PROCESS_INSTANCE

Request

Responses

The process instance is canceled.