我正在使用REST API在我的kie服务器上执行规则。
我使用相同的对象有2条不同的规则,当我调用Drool API时,它将执行2条不同的规则。
但是我要执行一个特定的规则。
这是我调用REST API时正在使用的内容:
<batch-execution>
<insert out-identifier="ReturnedSchedule" return-object="true">
<test.a xmlns="http://test">
<a>1111111</a>
<b>0</b>
<c>
</test.a>
</insert>
<fire-all-rules/>
</batch-execution>
我在文档中看到了带有fire-all-rules的参数议程过滤器,但它不起作用。
有什么办法可以帮助我吗?
答案 0 :(得分:0)
如果存在多个条件并且所有这些条件都是真实的,并且如果您只想触发一个条件,那么您必须使用 activation-group 。