JBoss Community

Re: Process flow stops after human task completion in jBPM5.1

created by Mauricio Salatino in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community