Show TOC

Background documentationEvaluate Decision Table Action Locate this document in the navigation structure

 

This action type is used to evaluate a Decision Table in the same Ruleset.

Syntax

Evaluate Decision Table: Name of Decision Table

Example

If

(Customer.getName() not equals null)

Then

Evaluate Table: Decide pf and bp

In this example, "Decide pf and bp" is a Decision Table that decides the Pricing factor and the BasePremiumAmout for a Health Insurance Plan.

When executed, the Decision Table is invoked. Irrespective of the outcome of the Decision Table, the control returns to the calling rule.