<div>&nbsp;</div>
<div>Hi there,</div>
<div>&nbsp;</div>
<div>I have got a couple&nbsp;of questions about ruleflows and woking memory.</div>
<div>&nbsp;</div>
<div>What does happen each time I modify a fact within a ruleflow node without</div>
<div>calling update(fact)? </div>
<div>&nbsp;</div>
<div>What does happen between the node where I</div>
<div>apllied the modifications and the next activation node?</div>
<div>&nbsp;</div>
<div>I guess that between one ruleflow node and the next one, all the modified</div>
<div>facts (in the previous node) are automatically updated (without explicitly call &quot;update()&quot;)</div>
<div>so that once the next node has been activated,</div>
<div>the corresponding shadow facts&nbsp;result synchronized with the actual facts.</div>
<div>&nbsp;</div>
<div>Am I wrong?</div>
<div>&nbsp;</div>
<div>Should I call &quot;update()&quot; instead?</div>
<div>&nbsp;</div>
<div>My scenario...</div>
<div>&nbsp;</div>
<div>I have got one node where I modify a fact, but I do not</div>
<div>want to call the update() because otherwise I would generate</div>
<div>a &quot;ping-pong&quot; loop between two decision tables that are</div>
<div>placed in the same rule flow node. I think I could use</div>
<div>the &quot;no-active&quot; attribute but I can&#39;t.... cause I can&#39;t specify</div>
<div>it in a Decision table.</div>
<div>&nbsp;</div>
<div>Another workaround could be the &quot;clearAgenda()&quot; method</div>
<div>but It is not accesible from the &quot;drools&quot; (the helper)&nbsp;object...</div>
<div>How can I call it from the decision table or within an &quot;action&quot; ruleflow</div>
<div>node?</div>
<div>&nbsp;</div>
<div>Maybe there is a third solution.... I should &quot;update()&quot; all the</div>
<div>fact from an action node ...but in this case I would need</div>
<div>to call an &quot;update()&quot; method that allowed me to update</div>
<div>&quot;all the facts of a given Class&quot;, Is That Possible in drools?</div>
<div>&nbsp;</div>
<div>I took a look on the API docs but some methods are not explained.</div>
<div>&nbsp;</div>
<div>Looking forward to hearing from you!</div>
<div>&nbsp;</div>
<div>Thank You again!</div>
<div>&nbsp;</div>
<div>Massi</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>