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

    Type Alias VariableSearchQuerySortRequest

    type VariableSearchQuerySortRequest = {
        field:
            | "value"
            | "name"
            | "tenantId"
            | "variableKey"
            | "scopeKey"
            | "processInstanceKey";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "value"
        | "name"
        | "tenantId"
        | "variableKey"
        | "scopeKey"
        | "processInstanceKey"

    The field to sort by.