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

    Type Alias ProcessInstanceModificationMoveBatchOperationInstruction

    Instructions describing a move operation. This instruction will terminate all active element instances at sourceElementId and activate a new element instance for each terminated one at targetElementId. The new element instances are created in the parent scope of the source element instances.

    type ProcessInstanceModificationMoveBatchOperationInstruction = {
        sourceElementId: ElementId;
        targetElementId: ElementId;
    }
    Index

    Properties

    sourceElementId: ElementId

    The source element ID.

    targetElementId: ElementId

    The target element ID.