[jboss-user] [jBPM] - Re: Understanding Human Task call

Mauricio Salatino do-not-reply at jboss.com
Mon Jan 17 11:19:17 EST 2011


Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the discussion

"Re: Understanding Human Task call"

To view the discussion, visit: http://community.jboss.org/message/581281#581281

--------------------------------------------------------------
Hi there,
In order to work with Human Tasks/ User Tasks you need to register a WorkItemHandler that knows what to do when a User task is reached in your processes. You can do that with:

ksession.getWorkItemManager().registerWorkItemHandler("Human Task", new ServiceTaskHandler());

Of course you also need to start up the Task Service Server.
Greetings.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/581281#581281]

Start a new discussion in jBPM at Community
[http://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/20110117/ddf25032/attachment.html 


More information about the jboss-user mailing list