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

    Type Alias ProcessInstanceWaitStateStatisticsResult

    Process instance wait state statistics response item.

    type ProcessInstanceWaitStateStatisticsResult = {
        elementId: ElementId;
        waitingCount: number;
    }
    Index
    elementId: ElementId

    The element id for which the wait states are aggregated.

    waitingCount: number

    The total number of waiting instances of the element.