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......