Restart Process Instance Async
POST/process-definition/:id/restart-async
Restarts process instances that were canceled or terminated asynchronously. 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 method.
For more information about the difference between synchronous and asynchronous execution, please refer to the related section of the User Guide.
Request
Responses
- 200
- 400
- 404
Request successful.
In case following parameters are missing: instructions, activityId or transitionId,
processInstanceIds or historicProcessInstanceQuery,
an exception of type InvalidRequestException is returned.
See the Introduction
for the error response format.
Process definition with given id does not exist. See the Introduction for the error response format.