Hi everyone,

I have setup a ruleflow. Within that ruleflow I have create a custom
workflow item Handler. At the completion of execution I am calling:

manager.completeWorkItem(workItem.getId(), results);

Where results contains an item called batchRequest which is a map. Now I
want to map this batchRequest into a variable called model. It does NOT
work. It will only map if the variable I'm mapping to is called
batchRequest, the same as the item I'm reading from results map. I'm pretty
certain I should be able to map into a variable with a different name....

This is very frustrating as I have to then have an action node next to map
it into model so that I can continue.

Thanks
P.


-- 
View this message in context: 
http://n3.nabble.com/Possible-bug-in-ruleflow-result-mappings-tp92865p92865.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to