Shobhit Tyagi [
https://community.jboss.org/people/roxy1987] created the discussion
"Re: jBPM straying after user task completed"
To view the discussion, visit:
https://community.jboss.org/message/820443#820443
--------------------------------------------------------------
Are you asking how to get the workItem manager for the human task?
First we get the session and create a human task workItem handler and feed the session to
it.
Next we use the session to get teh workitem manager.
objTaskHandler = new HornetQHTWorkItemHandler(objKSession);
objTaskHandler.setIpAddress(strIpAddress);
objTaskHandler.setPort(intPort);
WorkItemManager objWiMgr = objKSession.getWorkItemManager();
Regards.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/820443#820443]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]