Type Alias: IncidentProcessInstanceStatisticsByErrorQuerySortRequest
type IncidentProcessInstanceStatisticsByErrorQuerySortRequest = object;
Properties
field
field: "errorMessage" | "activeInstancesWithErrorCount";
The field to sort the incident error statistics by.
order?
optional order?: SortOrderEnum;