Skip to main content
Version: Next

Cancel process instance

POST 

/process-instances/:processInstanceKey/cancellation

Cancels a running process instance.

Request

Path Parameters

    processInstanceKey int64required

    The key of the process instance to cancel.

Body

    operationReference int64

    Possible values: >= 1

    A reference key chosen by the user that will be part of all records resulting from this operation. Must be > 0 if provided.

Responses

The process instance is canceled.

Loading...