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

    Type Alias DecisionEvaluationById

    Decision evaluation by ID

    type DecisionEvaluationById = {
        decisionDefinitionId: DecisionDefinitionId;
        tenantId?: TenantId;
        variables?: { [key: string]: unknown };
    }
    Index

    Properties

    decisionDefinitionId: DecisionDefinitionId

    The ID of the decision to be evaluated. When using the decision ID, the latest deployed version of the decision is used.

    tenantId?: TenantId

    The tenant ID of the decision.

    variables?: { [key: string]: unknown }

    The message variables as JSON document.