Thanks Wolfgang, I'll check it out.<div><br></div><div>Tim.<br><br><div class="gmail_quote">On 13 June 2012 11:32, Wolfgang Laun <span dir="ltr"><<a href="mailto:wolfgang.laun@gmail.com" target="_blank">wolfgang.laun@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Agenda Group: a set of rules with a common agenda group identifier<br>
that can be activated via the API. The identifier can be set for<br>
decision tables. See the Expert manual on both counts.<br>
<span class="HOEnZb"><font color="#888888"><br>
-W<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 13/06/2012, tlee <<a href="mailto:findtimlee@gmail.com">findtimlee@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> Are there any guidelines or recommendations for how best to isolate<br>
> different groups of rules? For example, I'm using decision tables to do<br>
> some (initially) simple inter-system value mappings/translation. The<br>
> generated rules look like this:<br>
><br>
> Decision Table 1:<br>
><br>
> rule "mapCountry"<br>
> salience 65496<br>
> when<br>
> String(toString == 'SRI LANKA')<br>
> then<br>
> result.put('countryCode', 'apac.sri-lanka');<br>
> drools.halt();<br>
> end<br>
><br>
> I will have other decision tables that also match against String values.<br>
><br>
> If I want to isolate these decision tables so that only one set of the<br>
> rules<br>
> fire when calling 'execute' on the knowledge session, should I put them in<br>
> different knowledge bases? Or is there another way? Or am I going about<br>
> this the wrong way all together?<br>
><br>
> Many Thanks,<br>
><br>
> Tim.<br>
><br>
> --<br>
> View this message in context:<br>
> <a href="http://drools.46999.n3.nabble.com/Managing-Sets-of-Rules-tp4017898.html" target="_blank">http://drools.46999.n3.nabble.com/Managing-Sets-of-Rules-tp4017898.html</a><br>
> Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
> _______________________________________________<br>
> rules-users mailing list<br>
> <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
> <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
><br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>