Skip to main content
Version: 8.8 (unreleased)

Create a batch operation to cancel process instances

POST 

/process-instances/cancellation

Cancels multiple running process instances. Since only ACTIVE root instances can be cancelled, any given filters for state and parentProcessInstanceKey are ignored and overridden during this batch operation. This is done asynchronously, the progress can be tracked using the batchOperationId from the response and the batch operation status endpoint (/batch-operations/{batchOperationId}).

Request

Responses

The batch operation request was created.