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

    Type Alias BatchOperationItemSearchQuerySortRequest

    type BatchOperationItemSearchQuerySortRequest = {
        field:
            | "batchOperationKey"
            | "itemKey"
            | "processInstanceKey"
            | "processedDate"
            | "state";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "batchOperationKey"
        | "itemKey"
        | "processInstanceKey"
        | "processedDate"
        | "state"

    The field to sort by.