Skip to main content
Version: 8.9 (unreleased)

Type Alias: IncidentSearchQuerySortRequest

type IncidentSearchQuerySortRequest = object;

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

Properties

field

field:
| "incidentKey"
| "processDefinitionKey"
| "processDefinitionId"
| "processInstanceKey"
| "errorType"
| "errorMessage"
| "elementId"
| "elementInstanceKey"
| "creationTime"
| "state"
| "jobKey"
| "tenantId";

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

The field to sort by.


order?

optional order: SortOrderEnum;

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