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

    Type Alias IncidentProcessInstanceStatisticsByDefinitionResult

    type IncidentProcessInstanceStatisticsByDefinitionResult = {
        activeInstancesWithErrorCount?: number;
        processDefinitionId?: ProcessDefinitionId;
        processDefinitionKey?: ProcessDefinitionKey;
        processDefinitionName?: string;
        processDefinitionVersion?: number;
        tenantId?: TenantId;
    }
    Index

    Properties

    activeInstancesWithErrorCount?: number

    The number of active process instances that currently have an incident with the specified error hash code.

    processDefinitionId?: ProcessDefinitionId
    processDefinitionKey?: ProcessDefinitionKey
    processDefinitionName?: string

    The name of the process definition.

    processDefinitionVersion?: number

    The version of the process definition.

    tenantId?: TenantId