Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionDefinitionResult

type DecisionDefinitionResult = object;

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

Properties

decisionDefinitionId?

optional decisionDefinitionId: DecisionDefinitionId;

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

The DMN ID of the decision definition.


decisionDefinitionKey?

optional decisionDefinitionKey: DecisionDefinitionKey;

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

The assigned key, which acts as a unique identifier for this decision definition.


decisionRequirementsId?

optional decisionRequirementsId: string;

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

the DMN ID of the decision requirements graph that the decision definition is part of.


decisionRequirementsKey?

optional decisionRequirementsKey: DecisionRequirementsKey;

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

The assigned key of the decision requirements graph that the decision definition is part of.


decisionRequirementsName?

optional decisionRequirementsName: string;

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

The DMN name of the decision requirements that the decision definition is part of.


decisionRequirementsVersion?

optional decisionRequirementsVersion: number;

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

The assigned version of the decision requirements that the decision definition is part of.


name?

optional name: string;

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

The DMN name of the decision definition.


tenantId?

optional tenantId: TenantId;

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

The tenant ID of the decision definition.


version?

optional version: number;

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

The assigned version of the decision definition.