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

    Type Alias EvaluatedDecisionResult

    A decision that was evaluated.

    Index

    Properties

    decisionDefinitionId?: DecisionDefinitionId

    The ID of the decision which was evaluated.

    decisionDefinitionKey?: DecisionDefinitionKey

    The unique key identifying the decision which was evaluate.

    decisionDefinitionName?: string

    The name of the decision which was evaluated.

    decisionDefinitionType?: string

    The type of the decision which was evaluated.

    decisionDefinitionVersion?: number

    The version of the decision which was evaluated.

    decisionEvaluationInstanceKey?: DecisionEvaluationInstanceKey

    The unique key identifying this decision evaluation instance.

    evaluatedInputs?: EvaluatedDecisionInputItem[]

    The decision inputs that were evaluated within this decision evaluation.

    matchedRules?: MatchedDecisionRuleItem[]

    The decision rules that matched within this decision evaluation.

    output?: string

    JSON document that will instantiate the result of the decision which was evaluated.

    tenantId?: TenantId

    The tenant ID of the evaluated decision.