Skip to main content
Version: 8.9

Type Alias: ElementInstanceSearchQuerySortRequest

type ElementInstanceSearchQuerySortRequest = object;

Properties

field

field:
| "elementInstanceKey"
| "processInstanceKey"
| "processDefinitionKey"
| "processDefinitionId"
| "startDate"
| "endDate"
| "elementId"
| "elementName"
| "type"
| "state"
| "incidentKey"
| "tenantId";

The field to sort by.


order?

optional order?: SortOrderEnum;