Request

POST /pub/v1/bpm/instance/interrupt

Request body

The resource sent in the request body is  Bulk interruption of process instances — Request. It contains the following writable properties:

{
    "comment": "string",
    "instances": [
        "uuid"
    ]
}

Properties

Name Type Description Additional
comment string

Comment

Optional
instances[] array of uuid

List of IDs of interrupted process instances

Required

Authorization

This request requires the use of one of following authorisation methods: API key

Response

The following HTTP status codes may be returned:

Status code Description Resource
200 OK

Model for bulk interrupting the process instances

Model for bulk interrupting the process instances (Bulk interruption of process instances)
400 Bad Request

Invalid request parameters

403 Forbidden

Only a system administrator can perform bulk interruption of process instances