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

    Type Alias BatchOperationSearchQuerySortRequest

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

    Properties

    Properties

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

    The field to sort by.