<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
true, damn :)<br>
<br>
I did think of an attribute to "re-activate" any rules that are true,
but not currently on the agenda - but not sure about it yet, would have
to think on the negative effects some more.<br>
<br>
Mark<br>
Kris Verlaenen wrote:
<blockquote cite="mid:004101c7f72d$a6209290$6400a8c0@BORG2" type="cite">
  <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>
  <div><font face="Arial" size="2">&gt; <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.&nbsp; 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.&nbsp; Currently, as far as I know, the only thing that works is
manually deactivating the ruleflow-group.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Kris</font></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>