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

    Type Alias UsageMetricsResponseItem

    type UsageMetricsResponseItem = {
        assignees: number;
        decisionInstances: number;
        processInstances: number;
    }
    Index

    Properties

    assignees: number

    The amount of unique active task users.

    decisionInstances: number

    The amount of executed decision instances.

    processInstances: number

    The amount of created root process instances.