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

    Type Alias ProcessInstanceModificationBatchOperationRequest

    The process instance filter to define on which process instances tokens should be moved, as well as mapping instructions which active element instances should be terminated and which new element instances should be activated

    type ProcessInstanceModificationBatchOperationRequest = {
        filter: ProcessInstanceFilter;
        moveInstructions: ProcessInstanceModificationMoveBatchOperationInstruction[];
    }
    Index

    Properties

    Instructions describing which elements should be activated in which scopes and which variables should be created.