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