I am using the native rule engine of webMethods (wm Business rule) to create complex rule. I need to create a decision table that depends on the result of another decision table. As shown in the graphic below,
Asked
Active
Viewed 832 times
0

Patrick
- 1,091
- 1
- 14
- 14
1 Answers
0
I finally find out how to do it.
The idea is to put both decision tables into the same rule set. Then running the rule set by providing var1, var2, param1 and param2
The rule engine is going to infer the result for the first decision table into the second one.
NB. the name of the result of the first table has to be the same in the second table.

Patrick
- 1,091
- 1
- 14
- 14