JBoss Community

Re: How to get results form Work Item handler

created by Ashutosh Kumar in jBPM Development - View the full discussion

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

Start a new discussion in jBPM Development at Community