JBoss Community

Re: About jBPM5.1 ProcessInstance and HumanTask persisit

created by Mauricio Salatino in jBPM - View the full discussion

Hi Jack.

You don't need to do a signal to make the process continue. If you create a persistence session you only need to attack the correspondant listener and as soon as you complete the human task the listener will be in charge of continuing the process for you. Check at the documentation to see how you can register the listener but it will be something like this:

ksession.getWorkItemManager().register("Human Task", new CommandBasedWSHumanTaskHandler(ksession));

 

Cheers

Reply to this message by going to Community

Start a new discussion in jBPM at Community