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

    Type Alias ProcessInstanceModificationBatchOperationRequest

    The process instance filter to define on which process instances tokens should be moved, and new element instances should be activated or terminated.

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

    Properties

    The process instance filter.

    Instructions for moving tokens between elements.

    operationReference?: OperationReference