Execute Modification Async (Batch)
POST/modification/executeAsync
Executes a modification asynchronously for multiple process instances. To execute a modification synchronously, use the Execute Modification method.
For more information about the difference between synchronous and asynchronous execution of a modification, please refer to the related section of the user guide.
Request
Responses
- 200
- 400
Request successful.
In case following parameters are missing: instructions,
processDefinitionId, activityId or transitionId, processInstanceIds
or processInstanceQuery, an exception of type
InvalidRequestException is returned. See the
Introduction
for the error response format.