vchmakov [https://community.jboss.org/people/vchmakov] created the discussion

"Re: Rule Task after Human Task"

To view the discussion, visit: https://community.jboss.org/message/648072#648072

--------------------------------------------------------------
Hi everyone!
 
I found a mistake in my code and now I receive notifications even after the 
restart. The problem was that I forgot to call .connect() on Task Handler.
 
        taskHandler = *new* CommandBasedWSHumanTaskHandler(ksession);
        ...
        ...
        //this call is a must to be able to receive notifications...
        taskHandler.connect();
 
My apologies to everyone.
I’m now closing this thread as Answered.
 
Again, thanks everyone for your help and participating!
 
Vlad
 


--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/648072#648072]

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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to