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

    Type Alias ProcessDefinitionInstanceStatisticsResult

    Process definition instance statistics response.

    type ProcessDefinitionInstanceStatisticsResult = {
        activeInstancesWithIncidentCount?: number;
        activeInstancesWithoutIncidentCount?: number;
        hasMultipleVersions?: boolean;
        latestProcessDefinitionName?: string;
        processDefinitionId?: ProcessDefinitionId;
        tenantId?: TenantId;
    }
    Index

    Properties

    activeInstancesWithIncidentCount?: number

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

    activeInstancesWithoutIncidentCount?: number

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

    hasMultipleVersions?: boolean

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

    latestProcessDefinitionName?: string

    Name of the latest deployed process definition instance version.

    processDefinitionId?: ProcessDefinitionId
    tenantId?: TenantId