Thanks Wolfgang, I&#39;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">&lt;<a href="mailto:wolfgang.laun@gmail.com" target="_blank">wolfgang.laun@gmail.com</a>&gt;</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 &lt;<a href="mailto:findtimlee@gmail.com">findtimlee@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Are there any guidelines or recommendations for how best to isolate<br>
&gt; different groups of rules?  For example, I&#39;m using decision tables to do<br>
&gt; some (initially) simple inter-system value mappings/translation.  The<br>
&gt; generated rules look like this:<br>
&gt;<br>
&gt; Decision Table 1:<br>
&gt;<br>
&gt; rule &quot;mapCountry&quot;<br>
&gt;     salience 65496<br>
&gt;     when<br>
&gt;         String(toString == &#39;SRI LANKA&#39;)<br>
&gt;     then<br>
&gt;         result.put(&#39;countryCode&#39;, &#39;apac.sri-lanka&#39;);<br>
&gt;         drools.halt();<br>
&gt; end<br>
&gt;<br>
&gt; I will have other decision tables that also match against String values.<br>
&gt;<br>
&gt; If I want to isolate these decision tables so that only one set of the<br>
&gt; rules<br>
&gt; fire when calling &#39;execute&#39; on the knowledge session, should I put them in<br>
&gt; different knowledge bases?  Or is there another way?  Or am I going about<br>
&gt; this the wrong way all together?<br>
&gt;<br>
&gt; Many Thanks,<br>
&gt;<br>
&gt; Tim.<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context:<br>
&gt; <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>
&gt; Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; rules-users mailing list<br>
&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;<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>