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

    Type Alias JobSearchQuerySortRequest

    type JobSearchQuerySortRequest = {
        field:
            | "deadline"
            | "deniedReason"
            | "elementId"
            | "elementInstanceKey"
            | "endTime"
            | "errorCode"
            | "errorMessage"
            | "hasFailedWithRetriesLeft"
            | "isDenied"
            | "jobKey"
            | "kind"
            | "listenerEventType"
            | "processDefinitionId"
            | "processDefinitionKey"
            | "processInstanceKey"
            | "retries"
            | "state"
            | "tenantId"
            | "type"
            | "worker";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "deadline"
        | "deniedReason"
        | "elementId"
        | "elementInstanceKey"
        | "endTime"
        | "errorCode"
        | "errorMessage"
        | "hasFailedWithRetriesLeft"
        | "isDenied"
        | "jobKey"
        | "kind"
        | "listenerEventType"
        | "processDefinitionId"
        | "processDefinitionKey"
        | "processInstanceKey"
        | "retries"
        | "state"
        | "tenantId"
        | "type"
        | "worker"

    The field to sort by.