Skip to main content
Version: 8.9 (unreleased)

Type Alias: EvaluateDecisionResult

type EvaluateDecisionResult = object;

Defined in: gen/types.gen.ts:1556

Properties

decisionDefinitionId

decisionDefinitionId: DecisionDefinitionId;

Defined in: gen/types.gen.ts:1560

The ID of the decision which was evaluated.


decisionDefinitionKey

decisionDefinitionKey: DecisionDefinitionKey;

Defined in: gen/types.gen.ts:1593

The unique key identifying the decision which was evaluated.


decisionDefinitionName

decisionDefinitionName: string;

Defined in: gen/types.gen.ts:1564

The name of the decision which was evaluated.


decisionDefinitionVersion

decisionDefinitionVersion: number;

Defined in: gen/types.gen.ts:1568

The version of the decision which was evaluated.


decisionEvaluationKey

decisionEvaluationKey: DecisionEvaluationKey;

Defined in: gen/types.gen.ts:1607

The unique key identifying this decision evaluation.


decisionInstanceKey?

optional decisionInstanceKey: DecisionInstanceKey;

Defined in: gen/types.gen.ts:1603

Deprecated, please refer to decisionEvaluationKey.

Deprecated


decisionRequirementsId

decisionRequirementsId: string;

Defined in: gen/types.gen.ts:1572

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


decisionRequirementsKey

decisionRequirementsKey: DecisionRequirementsKey;

Defined in: gen/types.gen.ts:1597

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


evaluatedDecisions

evaluatedDecisions: EvaluatedDecisionResult[];

Defined in: gen/types.gen.ts:1611

Decisions that were evaluated within the requested decision evaluation.


failedDecisionDefinitionId

failedDecisionDefinitionId: DecisionDefinitionId;

Defined in: gen/types.gen.ts:1581

The ID of the decision which failed during evaluation.


failureMessage

failureMessage: string;

Defined in: gen/types.gen.ts:1585

Message describing why the decision which was evaluated failed.


output

output: string;

Defined in: gen/types.gen.ts:1577

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


tenantId

tenantId: TenantId;

Defined in: gen/types.gen.ts:1589

The tenant ID of the evaluated decision.