@camunda8/sdk
Preparing search index...
index
<internal>
UserTaskVariablesSortRequest
Interface UserTaskVariablesSortRequest
Sort field criteria.
interface
UserTaskVariablesSortRequest
{
field
:
|
"name"
|
"value"
|
"processInstanceKey"
|
"scopeKey"
|
"tenantId"
|
"variableKey"
;
order
:
"ASC"
|
"DESC"
;
}
Index
Properties
field
order
Properties
field
field
:
|
"name"
|
"value"
|
"processInstanceKey"
|
"scopeKey"
|
"tenantId"
|
"variableKey"
The field to sort by.
order
order
:
"ASC"
|
"DESC"
The order in which to sort the related field.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
field
order
@camunda8/sdk
Loading...
Sort field criteria.