Restarts process instances that were canceled or terminated synchronously. Can also restart completed process instances. It will create a new instance using the original instance information. To execute the restart asynchronously, use the Restart Process Instance Async method.
For more information about the difference between synchronous and asynchronous execution, please refer to the related section of the User Guide.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The id of the process definition of the process instances to restart.
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.
Request successful.