Type Alias: IncidentProcessInstanceStatisticsByErrorResult
type IncidentProcessInstanceStatisticsByErrorResult = object;
Properties
activeInstancesWithErrorCount
activeInstancesWithErrorCount: number;
The number of active process instances that currently have an active incident with this error.
errorHashCode
errorHashCode: number;
The hash code identifying a specific incident error..
errorMessage
errorMessage: string;
The error message associated with the incident error hash code.