Type Alias: ProcessInstanceModificationMoveInstruction
type ProcessInstanceModificationMoveInstruction = object;
Defined in: gen/types.gen.ts:6017
Instruction describing a move operation. This instruction will terminate active element instances based on the sourceElementInstruction and activate a new element instance for each terminated one at targetElementId. Note that, for multi-instance activities, only the multi-instance body instances will activate new element instances at the target id.
Properties
ancestorScopeInstruction?
optional ancestorScopeInstruction: AncestorScopeInstruction;
Defined in: gen/types.gen.ts:6023
sourceElementInstruction
sourceElementInstruction: SourceElementInstruction;
Defined in: gen/types.gen.ts:6018
targetElementId
targetElementId: ElementId;
Defined in: gen/types.gen.ts:6022
The target element id.
variableInstructions?
optional variableInstructions: ModifyProcessInstanceVariableInstruction[];
Defined in: gen/types.gen.ts:6027
Instructions describing which variables to create or update.