Type Alias: IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest
type IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest = object;
Properties
field
field: "activeInstancesWithErrorCount" | "processDefinitionKey" | "tenantId";
The aggregated field by which the process instance statistics are sorted.
order?
optional order?: SortOrderEnum;