Skip to main content
Version: 8.9

Type Alias: ProcessDefinitionInstanceStatisticsResult

type ProcessDefinitionInstanceStatisticsResult = object;

Process definition instance statistics response.

Properties

activeInstancesWithIncidentCount

activeInstancesWithIncidentCount: number;

Total number of currently active process instances of this definition that have at least one incident.


activeInstancesWithoutIncidentCount

activeInstancesWithoutIncidentCount: number;

Total number of currently active process instances of this definition that do not have incidents.


hasMultipleVersions

hasMultipleVersions: boolean;

Indicates whether multiple versions of this process definition instance are deployed.


latestProcessDefinitionName

latestProcessDefinitionName: string | null;

Name of the latest deployed process definition instance version.


processDefinitionId

processDefinitionId: ProcessDefinitionId;

tenantId

tenantId: TenantId;