修改流程实例执行状态
Submits a list of modification instructions to change a process instance’s execution state. A modification instruction is one of the following:
- Starting execution before an activity
- Starting execution after an activity on its single outgoing sequence flow
- Starting execution on a specific sequence flow
- Canceling an activity instance, transition instance, or all instances (activity or transition) for an activity
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.
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the process instance to modify.
Body
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.
Response
Request successful.