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

    Type Alias ElementInstanceSearchQuerySortRequest

    type ElementInstanceSearchQuerySortRequest = {
        field:
            | "elementInstanceKey"
            | "processInstanceKey"
            | "processDefinitionKey"
            | "processDefinitionId"
            | "startDate"
            | "endDate"
            | "elementId"
            | "elementName"
            | "type"
            | "state"
            | "incidentKey"
            | "tenantId";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "elementInstanceKey"
        | "processInstanceKey"
        | "processDefinitionKey"
        | "processDefinitionId"
        | "startDate"
        | "endDate"
        | "elementId"
        | "elementName"
        | "type"
        | "state"
        | "incidentKey"
        | "tenantId"

    The field to sort by.