Submits a list of modification instructions to change a process instance’s execution state. A modification instruction is one of the following:
Instructions are executed immediately and in the order they are provided in this request’s body. Variables can be provided with every starting instruction.
The exact semantics of modification can be read about in 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 instance to modify.
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.
JSON 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.