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

    Type Alias ProcessInstanceModificationMoveBatchOperationInstruction

    Instructions describing a move operation. This instruction will terminate all active elementInstance at sourceElementId and activate a new element instance for each terminated one at targetElementId.

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

    Properties

    sourceElementId: ElementId

    The ID of the element that should be terminated.

    targetElementId: ElementId

    The ID of the element that should be activated.