Request

POST /pub/v1/bpm/instance/{id}/interrupt

Path parameters

Parameter name Value Description Additional
id uuid

Process instance ID

Required

Request body

The resource sent in the request body is  Interrupt a process instance — Request. It contains the following writable properties:

{
    "comment": "string"
}

Properties

Name Type Description Additional
comment string

Comment

Optional

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 interrupting a process instance

Model for interrupting a process instance (Interrupt a process instance)
400 Bad Request

Invalid request parameters

403 Forbidden

Not enough permissions to interrupt a process instance

404 Not Found

Process instance not found