Type Alias: ModifyProcessInstanceData
type ModifyProcessInstanceData = object;
Defined in: gen/types.gen.ts:14225
Properties
body
body: object;
Defined in: gen/types.gen.ts:14226
activateInstructions?
optional activateInstructions: ProcessInstanceModificationActivateInstruction[];
Instructions describing which elements to activate in which scopes and which variables to create or update.
moveInstructions?
optional moveInstructions: ProcessInstanceModificationMoveInstruction[];
Instructions describing which elements to move from one scope to another.
operationReference?
optional operationReference: OperationReference;
terminateInstructions?
optional terminateInstructions: ProcessInstanceModificationTerminateInstruction[];
Instructions describing which elements to terminate.
path
path: object;
Defined in: gen/types.gen.ts:14241
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of the process instance that should be modified.
query?
optional query: never;
Defined in: gen/types.gen.ts:14247
url
url: "/process-instances/{processInstanceKey}/modification";
Defined in: gen/types.gen.ts:14248