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

    Type Alias IncidentProcessInstanceStatisticsByErrorQuerySortRequest

    type IncidentProcessInstanceStatisticsByErrorQuerySortRequest = {
        field: "errorMessage" | "activeInstancesWithErrorCount";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field: "errorMessage" | "activeInstancesWithErrorCount"

    The field to sort the incident error statistics by.