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

chsekhar chandrasekhar.a at gmail.com
Fri Jun 1 16:18:23 EDT 2012


In the example you had given, how would I be able to pass "keys" from one
ACTION to another in "decision table"? It cant be a global variable because
this(keys) has to be a new instance per row. Is there some mechanism in
decision table which would let me refer the values from column into another? 

KeyPojo keys = new KeyPojo();
  keys.setKey1(...);
  ...
  keys.setKeyk(...);
  ...
  keys.setKeyN(...);
  $myMap.put(keys, value);

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


More information about the rules-users mailing list