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

    Type Alias BatchOperationSearchQuerySortRequest

    type BatchOperationSearchQuerySortRequest = {
        field:
            | "batchOperationKey"
            | "operationType"
            | "state"
            | "startDate"
            | "endDate";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field: "batchOperationKey" | "operationType" | "state" | "startDate" | "endDate"

    The field to sort by.