Skip to main content
Version: 8.9 (unreleased)

Type Alias: ElementInstanceSearchQuerySortRequest

type ElementInstanceSearchQuerySortRequest = object;

Defined in: gen/types.gen.ts:2378

Properties

field

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

Defined in: gen/types.gen.ts:2382

The field to sort by.


order?

optional order: SortOrderEnum;

Defined in: gen/types.gen.ts:2383