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

    Type Alias EvaluateDecisionResult

    Index

    Properties

    decisionDefinitionId: DecisionDefinitionId

    The ID of the decision which was evaluated.

    decisionDefinitionKey: DecisionDefinitionKey

    The unique key identifying the decision which was evaluated.

    decisionDefinitionName: string

    The name of the decision which was evaluated.

    decisionDefinitionVersion: number

    The version of the decision which was evaluated.

    decisionEvaluationKey: DecisionEvaluationKey

    The unique key identifying this decision evaluation.

    decisionInstanceKey?: DecisionInstanceKey

    Deprecated, please refer to decisionEvaluationKey.

    decisionRequirementsId: string

    The ID of the decision requirements graph that the decision which was evaluated is part of.

    decisionRequirementsKey: DecisionRequirementsKey

    The unique key identifying the decision requirements graph that the decision which was evaluated is part of.

    evaluatedDecisions: EvaluatedDecisionResult[]

    Decisions that were evaluated within the requested decision evaluation.

    failedDecisionDefinitionId: DecisionDefinitionId

    The ID of the decision which failed during evaluation.

    failureMessage: string

    Message describing why the decision which was evaluated failed.

    output: string

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

    tenantId: TenantId

    The tenant ID of the evaluated decision.