-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
2019 Week 29-31
-
2
-
NEW
-
NEW
In Spreadsheet decision tables, RuleSet property SequentialMaxPriority and SequentialMinPriority are for controlling the salience number range of Rules generated from Decision Tables.
By setting Sequential=true without SequentialMaxPriority and SequentialMinPriority, the salience starts with 65535 and it's decremented one by one through all rules across multiple RuleTables.
On the other hand, by setting Sequential=true WITH SequentialMaxPriority,
every RuleTables starts with value specified by SequentialMaxPriority as salience.
i.e. first rule of each RuleTebles has same salience if there are multiple RuleTables.
In other words, when SequentialMaxPriority is set, start value of salience is reset per RuleTables, but this is unexpected.
- is cloned by
-
RHDM-1031 Salience assignment behaviour is different when SequentialMaxPriority is set
- Closed