JBoss Community

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

created by Mauricio Salatino in jBPM - View the full discussion

That's a system wide generic listener.

You should register a WorkItemHandler that is in charge of creating the tasks when the processes reaches a userTask activity and also that attach the listeners to the session to be able to continue the process when a human task is created. I assume that you have something like:

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

Right? that line attach the listener related with Human Tasks. You should set the appropriate handler for your Human Task Server.

Can you share that configuration and also specify which transport are you using?

Cheers

Reply to this message by going to Community

Start a new discussion in jBPM at Community