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

    Type Alias UserTaskSearchQuerySortRequest

    type UserTaskSearchQuerySortRequest = {
        field:
            | "creationDate"
            | "completionDate"
            | "followUpDate"
            | "dueDate"
            | "priority"
            | "name"
            | "businessId";
        order?: SortOrderEnum;
    }
    Index
    field:
        | "creationDate"
        | "completionDate"
        | "followUpDate"
        | "dueDate"
        | "priority"
        | "name"
        | "businessId"

    The field to sort by.