@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ProcessDefinitionInstanceVersionStatisticsResult

    Process definition instance version statistics response.

    type ProcessDefinitionInstanceVersionStatisticsResult = {
        activeInstancesWithIncidentCount: number;
        activeInstancesWithoutIncidentCount: number;
        processDefinitionId: ProcessDefinitionId;
        processDefinitionKey: ProcessDefinitionKey;
        processDefinitionName: string;
        processDefinitionVersion: number;
        tenantId: TenantId;
    }
    Index

    Properties

    activeInstancesWithIncidentCount: number

    The number of active process instances for this version that currently have incidents.

    activeInstancesWithoutIncidentCount: number

    The number of active process instances for this version that do not have any incidents.

    processDefinitionId: ProcessDefinitionId

    The ID associated with the process definition.

    processDefinitionKey: ProcessDefinitionKey

    The unique key of the process definition.

    processDefinitionName: string

    The name of the process definition.

    processDefinitionVersion: number

    The version number of the process definition.

    tenantId: TenantId

    The tenant ID associated with the process definition.