Skip to main content
Version: 8.9

Type Alias: ProcessInstanceModificationInstruction

type ProcessInstanceModificationInstruction = object;

Properties

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.