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

    Type Alias IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest

    type IncidentProcessInstanceStatisticsByDefinitionQuerySortRequest = {
        field:
            | "activeInstancesWithErrorCount"
            | "processDefinitionKey"
            | "tenantId";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field: "activeInstancesWithErrorCount" | "processDefinitionKey" | "tenantId"

    The aggregated field by which the process instance statistics are sorted.