Mauricio Salatino [
http://community.jboss.org/people/salaboy21] created the discussion
"Re: Process flow stops after human task completion in jBPM5.1"
To view the discussion, visit:
http://community.jboss.org/message/623321#623321
--------------------------------------------------------------
If you are using the JPAKnowledgeService you should be using this:
|
| | ksession.getWorkItemManager().registerWorkItemHandler("Human Task", *new*
CommandBasedWSHumanTaskHandler()); |
|
|
Instead of this:
|
| | ksession.getWorkItemManager().registerWorkItemHandler("Human Task", *new*
WSHumanTaskHandler()); |
|
|
Cheers
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/623321#623321]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]