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-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.