Type Alias: IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest
type IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest = object;
Defined in: gen/types.gen.ts:3303
Properties
field
field: "activeInstancesWithErrorCount" | "processDefinitionKey" | "tenantId";
Defined in: gen/types.gen.ts:3307
The aggregated field by which the process instance statistics are sorted.
order?
optional order: SortOrderEnum;
Defined in: gen/types.gen.ts:3308