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,
答案 0 :(得分:0)
我终于找到了怎么做。
这个想法是将两个决策表放在同一个规则集中。然后通过提供var1,var2,param1和param2
来运行规则集规则引擎将第一个决策表的结果推断为第二个决策表。
NB。第一个表的结果名称必须在第二个表中相同。