[rules-users] Loop Drools on Multi Element

laune wolfgang.laun at gmail.com
Tue Feb 21 03:36:52 EST 2012


As an alternative to the CE forall, consider

rule setPriority
when
   $order: OrderType( priority != "high" )
   not OrderLineType( quantity <= 2 ) from $order.lineItem
then
   modify( $order ){ setPriority( "high" ) }
end



--
View this message in context: http://drools.46999.n3.nabble.com/Loop-Drools-on-Multi-Element-tp3761638p3762958.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list