Request

PUT /pub/v1/bpm/instance/{id}/context

Path parameters

Parameter name Value Description Additional
id uuid

Process instance ID

Required

Request body

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

{
    "comment": "string",
    "context": {}
}

Properties

Name Type Description Additional
comment string

Reason for context change

Required
context object

Business process context

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 changing the process instance context

Model for changing the process instance context (Change the process instance context)
400 Bad Request

Invalid request parameters

403 Forbidden

Not enough permissions to change the process instance context

404 Not Found

Process instance not found