@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ProcessInstanceModificationMoveInstruction

    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.

    Index

    Properties

    ancestorScopeInstruction?: AncestorScopeInstruction
    sourceElementInstruction: SourceElementInstruction
    targetElementId: ElementId

    The target element id.

    Instructions describing which variables to create or update.