Interface UserTaskVariablesSortRequest

Sort field criteria.

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

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.

Generated using TypeDoc