Jump to: navigation, search

Changes in 8.1.2

In release 8.1.2, in addition to the action resulting from evaluation of the conditions in a rule that executes, the GRE returns to the application a list of the names of each rule executed, and in addition, for decision tables, the name of each row that was executed. For the REST interface, the GRE returns an array of rule names within an executionResult block. For example:


   <executionResult>
     <rulesApplied>
        <string>Rule-110 Dept ABC</string>
        <string>Rule-118 Process XYZ</string>
     </rulesApplied>
   </executionResult>


For the ESP interface, the GRE returns the following two parameters on the ESP response:


  • NumberOfRulesApplied - A count of the number of rules or decision tables rows that evaluated to true.
  • RulesApplied - The names of the rules or decision tables rows that evaluated to true. The names are separated by semicolons. The rules are listed in the order of execution. If a rule is executed multiple times it will appear in the list multiple times.
This page was last edited on December 5, 2013, at 14:48.
Comments or questions about this documentation? Contact us for support!