[jboss-user] [jBPM] - Re: jBPM straying after user task completed

Shobhit Tyagi do-not-reply at jboss.com
Thu May 30 11:35:38 EDT 2013


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130530/2d414afa/attachment.html 


More information about the jboss-user mailing list