Skip to main content
Version: 8.9

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;