@camunda8/sdk
    Preparing search index...

    Interface UserTaskVariablesSortRequest

    Sort field criteria.

    interface UserTaskVariablesSortRequest {
        field:
            | "name"
            | "value"
            | "processInstanceKey"
            | "scopeKey"
            | "tenantId"
            | "variableKey";
        order: "ASC"
        | "DESC";
    }
    Index

    Properties

    Properties

    field:
        | "name"
        | "value"
        | "processInstanceKey"
        | "scopeKey"
        | "tenantId"
        | "variableKey"

    The field to sort by.

    order: "ASC" | "DESC"

    The order in which to sort the related field.