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

    Type Alias BatchOperationItemSearchQuerySortRequest

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

    Properties

    Properties

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

    The field to sort by.