[rules-users] Drools Decision Table, multiple actions accumulation

chsekhar chandrasekhar.a at gmail.com
Fri Jun 1 20:46:46 EDT 2012


I was able to merge data from multiple ACTION columns in decision table. 

First ACTION column: 
(kept all keys as comma separated in single column. we can have it in
individual columns)
KeyPojo keys = new KeyPojo($1,$2,$3);

Second ACTION column:
 $myMap.put(keys, $param);

This worked great. Thanks Vincent for your answer.

--
View this message in context: http://drools.46999.n3.nabble.com/Drools-Decision-Table-multiple-actions-accumulation-tp4017733p4017740.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list