Skip to main content
Version: 8.9

Variable: DecisionDefinitionTypeEnum

const DecisionDefinitionTypeEnum: object;

The type of the decision. UNSPECIFIED is deprecated and should not be used anymore, for removal in 8.10

Type Declaration

DECISION_TABLE

readonly DECISION_TABLE: "DECISION_TABLE" = 'DECISION_TABLE';

LITERAL_EXPRESSION

readonly LITERAL_EXPRESSION: "LITERAL_EXPRESSION" = 'LITERAL_EXPRESSION';

UNKNOWN

readonly UNKNOWN: "UNKNOWN" = 'UNKNOWN';

UNSPECIFIED

readonly UNSPECIFIED: "UNSPECIFIED" = 'UNSPECIFIED';

Deprecated

since 8.9.0