Hi,
If I want to implement reminders in jBPM 4 what do have to set up to get this working?
It is not clear to me when the jBPM engine poll's the tasks to see if it has to send a reminder. So for the moment nothing happens with the reminders attached to my tasks (no reminders mails are send automatically).
How do I have to design my web application to achieve the best jBPM integration?
Regards,
Gert
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245512#4245512
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245512
no, your syntax was *not* correct. You referenced a node instead of an action. That does *not* work. There might have been a warning when *deploying* this process that a reference to an action could not be found but I'm not sure.
Changing it to an action makes it work since that is the correct syntax. Or, like I said, use transition *to* a mail node to make it work. Functionality wise it makes no difference
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245495#4245495
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245495