Hello, I am trying to setup the following scenario:
A task is created and assigned to a person (say person A). the task needs to start sending reminders to person A after 2 days and repeat once a day. However if after X reminders the task is still not completed it needs to escalate.
Any idea how to set this up?
as per the dev guide a timer has two params mainly, DueDate and repeat but no mention of "number of repeats" or something similar.
<timer duedate="20 minutes" repeat="10 seconds" />
<event-listener class="org.jbpm.examples.timer.repeat.Escalate" />
thanks
Paul.