Execute Modification
POST/modification/execute
Executes a modification synchronously for multiple process instances. To modify a single process instance, use the Modify Process Instance Execution State method. To execute a modification asynchronously, use the Execute Modification Async (Batch) 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
- 204
- 400
Request successful. This method returns no content.
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.