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.
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 for the modification
Skip execution listener invocation for activities that are started or ended as part of this request.
Skip execution of input/output variable mappings for activities that are started or ended as part of this request.
A list of process instance ids to modify.
A process instance query which defines a group of process instances
A historic process instance query which defines a group of historic process instances
An array of modification instructions. The instructions are executed in the order they are in.
An arbitrary text annotation set by a user for auditing reasons.
Request successful. This method returns no content.