Jump to: navigation, search

Decision Tables Overview

Decision tables allow you to join a number of Linear Rules with the same set of conditions (when) and actions (then) to be used for a complex (structured) business case. Use decision tables to avoid dozens of linear rules with identical structure in the system.

Important
Choices in decision tables need to be mutually exclusive to avoid ambiguity. This ensures that there is only one outcome per evaluation. If the choices are not mutually exclusive, multiple rows can be executed, in no guaranteed order. The last row executed will determine the final result.

The following  topics explain how to work with Decision Tables in GRAT:

This page was last edited on May 23, 2014, at 07:38.
Comments or questions about this documentation? Contact us for support!