Hi Martin,
How can I use a timer boundary event which will fire at a task's due date? My flow is like this - a user task has a due date (which is based on a data received from a form and varies from instance to instance). When the due date of a task is reached, I need to send out email notifications and execute some Java code. If I use a timer boundary event, the time at which the event fires will be hard-coded. As far as I know, the timer event configuration does not allow a process variable to be used to specify the time at which it is to fire. Or am I missing something?
–
Nagaraj