Type Alias: IncidentProcessInstanceStatisticsByErrorQuerySortRequest
type IncidentProcessInstanceStatisticsByErrorQuerySortRequest = object;
Defined in: gen/types.gen.ts:3240
Properties
field
field: "errorMessage" | "activeInstancesWithErrorCount";
Defined in: gen/types.gen.ts:3244
The field to sort the incident error statistics by.
order?
optional order: SortOrderEnum;
Defined in: gen/types.gen.ts:3245