Type Alias: ProcessDefinitionInstanceVersionStatisticsResult
type ProcessDefinitionInstanceVersionStatisticsResult = object;
Process definition instance version statistics response.
Properties
activeInstancesWithIncidentCount
activeInstancesWithIncidentCount: number;
The number of active process instances for this version that currently have incidents.
activeInstancesWithoutIncidentCount
activeInstancesWithoutIncidentCount: number;
The number of active process instances for this version that do not have any incidents.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
The ID associated with the process definition.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
The unique key of the process definition.
processDefinitionName
processDefinitionName: string | null;
The name of the process definition.
processDefinitionVersion
processDefinitionVersion: number;
The version number of the process definition.
tenantId
tenantId: TenantId;
The tenant ID associated with the process definition.