Type Alias: IncidentProcessInstanceStatisticsByErrorResult
type IncidentProcessInstanceStatisticsByErrorResult = object;
Defined in: gen/types.gen.ts:3224
Properties
activeInstancesWithErrorCount?
optional activeInstancesWithErrorCount: number;
Defined in: gen/types.gen.ts:3237
The number of active process instances that currently have an active incident with this error.
errorHashCode?
optional errorHashCode: number;
Defined in: gen/types.gen.ts:3228
The hash code identifying a specific incident error..
errorMessage?
optional errorMessage: string;
Defined in: gen/types.gen.ts:3232
The error message associated with the incident error hash code.