Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionInstanceResult

type DecisionInstanceResult = object;

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

Properties

decisionDefinitionId?

optional decisionDefinitionId: DecisionDefinitionId;

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

The ID of the DMN decision.


decisionDefinitionKey?

optional decisionDefinitionKey: DecisionDefinitionKey;

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

The key of the decision.


decisionDefinitionName?

optional decisionDefinitionName: string;

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

The name of the DMN decision.


decisionDefinitionType?

optional decisionDefinitionType: DecisionDefinitionTypeEnum;

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


decisionDefinitionVersion?

optional decisionDefinitionVersion: number;

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

The version of the decision.


decisionEvaluationInstanceKey?

optional decisionEvaluationInstanceKey: DecisionEvaluationInstanceKey;

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


decisionEvaluationKey?

optional decisionEvaluationKey: DecisionEvaluationKey;

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

The key of the decision evaluation where this instance was created.


elementInstanceKey?

optional elementInstanceKey: ElementInstanceKey;

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

The key of the element instance this decision instance is linked to.


evaluationDate?

optional evaluationDate: string;

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

The evaluation date of the decision instance.


evaluationFailure?

optional evaluationFailure: string;

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

The evaluation failure of the decision instance.


processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

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

The key of the process definition.


processInstanceKey?

optional processInstanceKey: ProcessInstanceKey;

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

The key of the process instance.


result?

optional result: string;

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

The result of the decision instance.


rootDecisionDefinitionKey?

optional rootDecisionDefinitionKey: DecisionDefinitionKey;

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

The key of the root decision definition.


rootProcessInstanceKey?

optional rootProcessInstanceKey: RootProcessInstanceKey;

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


state?

optional state: DecisionInstanceStateEnum;

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


tenantId?

optional tenantId: TenantId;

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

The tenant ID of the decision instance.