<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.6000.16525" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial size=2>> <FONT face="Times New Roman" size=3>use the
rule attribute "lock-on-active" to stop this behaviour, it stops a rule
re-activating while the ruleflowgroup is active</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>Well, this won't work for the same reason no-loop
isn't working: if you use lock-on-active, it will make sure that the rule is not
reactivated, so the execution of the node will end after one increment.
But the lock-on-active makes sure that no activation is ever created, so, in the
context of looping in ruleflow, even if the RuleSet node is activated again
afterwards, it will never increment the integer again (as you prevented
reactivation of the rule using lock-on-active), resulting in an endless loop in
this case. Currently, as far as I know, the only thing that works is
manually deactivating the ruleflow-group.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Kris</FONT></DIV></BODY></HTML>