【发布时间】:2011-06-22 07:28:57
【问题描述】:
目前正在尝试证明使用逗号分隔输入参数的数据库驱动规则模板。我们正在尝试重用似乎不适用于规则模板的 forall 决策表结构。
例如
<code>
template header
myCommaSeparated
package test.package;
template "Test Rule"
rule "@{row.rowNumber}"
when
forall(||){@{myCommaSeparated}}
then
end
end template
</code>
这不起作用。根据文档规则模板应该能够做决策表可以做的一切?
【问题讨论】: