Ashutosh Kumar [
https://community.jboss.org/people/ashu.itbhu] created the discussion
"Re: How to get results form Work Item handler"
To view the discussion, visit:
https://community.jboss.org/message/798719#798719
--------------------------------------------------------------
Hi Guys,
I got this issue resolved with help of one of community member... reolution in like we
have to add
Map<String, Object> outputMap = new HashMap<String, Object>();
outputMap.put("*DB_OPS*", emps);
manager.completeWorkItem(workItem.getId(), outputMap);
In our WI handler class......
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/798719#798719]
Start a new discussion in jBPM Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]