Skip to main content
Version: 8.9

Type Alias: IncidentProcessInstanceStatisticsByErrorQuerySortRequest

type IncidentProcessInstanceStatisticsByErrorQuerySortRequest = object;

Properties

field

field: "errorMessage" | "activeInstancesWithErrorCount";

The field to sort the incident error statistics by.


order?

optional order?: SortOrderEnum;