Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the 
discussion

"Re: About jBPM5.1 ProcessInstance and HumanTask persisit"

To view the discussion, visit: http://community.jboss.org/message/630943#630943

--------------------------------------------------------------
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
[http://community.jboss.org/message/630943#630943]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to