@camunda8/sdk
    Preparing search index...

    Type Alias SearchUserTasksSortRequest

    SearchUserTasksSortRequest: {
        field:
            | "creationDate"
            | "completionDate"
            | "dueDate"
            | "followUpDate"
            | "priority";
        order?: "asc"
        | "desc";
    }[]

    Type declaration

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

      The field to sort by.

    • Optionalorder?: "asc" | "desc"

      The order in which to sort the related field. Default: asc