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

    Type Alias ProcessDefinitionMessageSubscriptionStatisticsResult

    type ProcessDefinitionMessageSubscriptionStatisticsResult = {
        activeSubscriptions?: number;
        processDefinitionId?: ProcessDefinitionId;
        processDefinitionKey?: ProcessDefinitionKey;
        processInstancesWithActiveSubscriptions?: number;
        tenantId?: TenantId;
    }
    Index

    Properties

    activeSubscriptions?: number

    The total number of active message subscriptions for this process definition key.

    processDefinitionId?: ProcessDefinitionId

    The process definition ID associated with this message subscription.

    processDefinitionKey?: ProcessDefinitionKey

    The process definition key associated with this message subscription.

    processInstancesWithActiveSubscriptions?: number

    The number of process instances with active message subscriptions.

    tenantId?: TenantId

    The tenant ID associated with this message subscription.