Type Alias: IncidentProcessInstanceStatisticsByDefinitionResult
type IncidentProcessInstanceStatisticsByDefinitionResult = object;
Defined in: gen/types.gen.ts:3272
Properties
activeInstancesWithErrorCount?
optional activeInstancesWithErrorCount: number;
Defined in: gen/types.gen.ts:3289
The number of active process instances that currently have an incident with the specified error hash code.
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:3273
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:3274
processDefinitionName?
optional processDefinitionName: string;
Defined in: gen/types.gen.ts:3278
The name of the process definition.
processDefinitionVersion?
optional processDefinitionVersion: number;
Defined in: gen/types.gen.ts:3282
The version of the process definition.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:3283