Skip to main content
Version: 8.9

Type Alias: IncidentSearchQuerySortRequest

type IncidentSearchQuerySortRequest = object;

Properties

field

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

The field to sort by.


order?

optional order?: SortOrderEnum;