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

    Type Alias IncidentSearchQuerySortRequest

    type IncidentSearchQuerySortRequest = {
        field:
            | "incidentKey"
            | "processDefinitionKey"
            | "processDefinitionId"
            | "processInstanceKey"
            | "errorType"
            | "errorMessage"
            | "elementId"
            | "elementInstanceKey"
            | "creationTime"
            | "state"
            | "jobKey"
            | "tenantId";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "incidentKey"
        | "processDefinitionKey"
        | "processDefinitionId"
        | "processInstanceKey"
        | "errorType"
        | "errorMessage"
        | "elementId"
        | "elementInstanceKey"
        | "creationTime"
        | "state"
        | "jobKey"
        | "tenantId"

    The field to sort by.