Skip to main content
Version: 8.9 (unreleased)

Cancel process instance

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.

Request

Responses

The process instance is canceled.