Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the process definition of the process instances to restart.
Body
A list of process instance ids to restart.
A historic process instance query which defines a group of historic process instances
Skip execution listener invocation for activities that are started as part of this request.
Skip execution of input/output variable mappings for activities that are started as part of this request.
Set the initial set of variables during restart. By default, the last set of variables is used.
Do not take over the business key of the historic process instance.
Optional. A JSON array of instructions that specify which activities to start the process instance at. If this property is omitted, the process instance starts at its default blank start event.
Response
Request successful.