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

    Type Alias ExpressionEvaluationRequest

    type ExpressionEvaluationRequest = {
        expression: string;
        tenantId?: string;
    }
    Index

    Properties

    expression: string

    The expression to evaluate (e.g., "=x + y")

    tenantId?: string

    Required when the expression references tenant-scoped cluster variables