JBoss Community

Re: Workflow not progressing after user task

created by Mauricio Salatino in jBPM Development - View the full discussion

It looks like you are not registering the Listener for the human task server.

You should register it using something like:

ksession.registerWorkItemHandler("Human Task", new CommandBasedWorkItemHandler(ksession,..... ));

This Version of the WorkItemHandler will handle persistence correctly.

 

Cheers

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community