Type Alias: IncidentProcessInstanceStatisticsByDefinitionResult
type IncidentProcessInstanceStatisticsByDefinitionResult = object;
Properties
activeInstancesWithErrorCount
activeInstancesWithErrorCount: number;
The number of active process instances that currently have an incident with the specified error hash code.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
processDefinitionName
processDefinitionName: string;
The name of the process definition.
processDefinitionVersion
processDefinitionVersion: number;
The version of the process definition.
tenantId
tenantId: TenantId;