<div dir="ltr">The sequential flag controls the rule&#39;s salience per XLS worksheet.<div><br></div><div>Rule&#39;s RHS are executed according to their salience values and hence the sequential flag will control the rules RHS execution order. </div>
<div><br></div><div>See <a href="http://docs.jboss.org/drools/release/6.1.0.Final/drools-docs/html/ch06.html#d0e3942">http://docs.jboss.org/drools/release/6.1.0.Final/drools-docs/html/ch06.html#d0e3942</a> and <a href="http://docs.jboss.org/drools/release/6.1.0.Final/drools-docs/html/DroolsLanguageReferenceChapter.html#d0e6859">http://docs.jboss.org/drools/release/6.1.0.Final/drools-docs/html/DroolsLanguageReferenceChapter.html#d0e6859</a> for more information.</div>
<div><br></div><div>If you want to control the execution across multiple Decision Tables you&#39;ll need to define the rows salience manually, with the &quot;highest priority&quot; Decision Table having values higher than the lower priority tables.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 11 August 2014 15:17, sjrcgtek <span dir="ltr">&lt;<a href="mailto:steve.cgtek@gmail.com" target="_blank">steve.cgtek@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">
Apologies if this is already answered but I could not find it.<br>
<br>
Drools Version 6.1.0.Final<br>
<br>
I have three Excel DTs which I would like to fire in order.  The Sequential<br>
option appears to just order the rules within an excel DT.  I confirmed that<br>
by printing the resulting rules and see that the generated rules from<br>
different sheets have the same priority.<br>
<br>
I can manually set the PRIORITY in the actual sheets, but that makes<br>
inserting sheets or even lines in a sheet cumbersome.<br>
<br>
Is there a way to tell drools to fire all rules across all DT&#39;s<br>
sequentially?<br>
<br>
Thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Sequential-and-Decision-Tables-tp4030631.html" target="_blank">http://drools.46999.n3.nabble.com/Sequential-and-Decision-Tables-tp4030631.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>
</blockquote></div><br></div>