Hi all,
I have a query regarding Boundry Timer Events in my scenario i have to send the reminder mails at different timers if the user didn’t take the action on UserTask. Now i configured 6 timer on the user task to perform reminder activity. The snapshot of the model is attached below. Please provide me a effective method to do above operation as for now i’m think is any way to rest the dueDate of the timers.

What is the notification requirement? You can likely fulfill it with a time cycle (3 reminders, every 2 hrs or so). If the rules when a timer event should fire are more dynamic you also have the option to bind it to an expression:
You can use expressions for the timer event definitions. By doing so you can influence the timer definition based on process variables. The process variables must contain the ISO 8601 (or cron for cycle type) string for the appropriate timer type.
Hi @rob2universe
Thanks for the reply, but if i want to fired the 3 reminder in a irregular interval like first reminder in 2 hrs, second in 3 hrs and third in 1 hrs so how could i achive this using timer. If you have any example please share with me.
Hi @Niall
Can you please provide me a solution for this? As i wanted to set the timer in cycle but not in a regular interval. The timer intervals may vary like first cycle in 3 hours, 2nd cycle in 1 hours and so on.