Type Alias: ProcessInstanceModificationInstruction
type ProcessInstanceModificationInstruction = object;
Defined in: gen/types.gen.ts:5952
Properties
activateInstructions?
optional activateInstructions: ProcessInstanceModificationActivateInstruction[];
Defined in: gen/types.gen.ts:5957
Instructions describing which elements to activate in which scopes and which variables to create or update.
moveInstructions?
optional moveInstructions: ProcessInstanceModificationMoveInstruction[];
Defined in: gen/types.gen.ts:5961
Instructions describing which elements to move from one scope to another.
operationReference?
optional operationReference: OperationReference;
Defined in: gen/types.gen.ts:5953
terminateInstructions?
optional terminateInstructions: ProcessInstanceModificationTerminateInstruction[];
Defined in: gen/types.gen.ts:5965
Instructions describing which elements to terminate.