Public Web API: Skipping a process instance step

Allows skipping the current process step and proceeding to the next step.
The step to be skipped must be in the Error state.

Request

POST /pub/v1/bpm/instance/{id}/skip-step

Path parameters

Parameter name Value Description Additional
id uuid

Process instance ID

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 skipping a process instance step

Model for skipping a process instance step (Skipping a process instance step)
400 Bad Request

Invalid request parameters

403 Forbidden

Skipping a process instance step can only be performed by an administrator