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

    Type Alias UserTaskSearchQuerySortRequest

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

    Properties

    Properties

    field:
        | "creationDate"
        | "completionDate"
        | "followUpDate"
        | "dueDate"
        | "priority"
        | "name"

    The field to sort by.