Public Web API: Restart of a process instance step

Allows restarting the current process step.
The step to be restarted must be in the Error state.

Request

POST /pub/v1/bpm/instance/{id}/restart-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 restarting a process instance step

Model for restarting a process instance step (Restart of a process instance step)
400 Bad Request

Invalid request parameters

403 Forbidden

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