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

    Type Alias ProcessInstanceDeletionBatchOperationRequest

    The process instance filter that defines which process instances should be deleted.

    type ProcessInstanceDeletionBatchOperationRequest = {
        filter: ProcessInstanceFilter;
        operationReference?: OperationReference;
    }
    Index

    Properties

    The process instance filter.

    operationReference?: OperationReference