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

    Type Alias ProcessElementStatisticsResult

    Process element statistics response.

    type ProcessElementStatisticsResult = {
        active?: number;
        canceled?: number;
        completed?: number;
        elementId?: ElementId;
        incidents?: number;
    }
    Index

    Properties

    active?: number

    The total number of active instances of the element.

    canceled?: number

    The total number of canceled instances of the element.

    completed?: number

    The total number of completed instances of the element.

    elementId?: ElementId

    The element ID for which the results are aggregated.

    incidents?: number

    The total number of incidents for the element.