Conditional Non interrupting timer event

Hi,

I have an “application” user task, which has a non interrupting timer event. The timer value of is set dynamically for a specific date. I want “SendEmailNotification” service task to be executed only on that specific date.

But currently if when the process reaches the “application” user task and if the timer has date which is past, it gets triggered immediately. How can prevent the timer from triggering if the timer date is the older than current date.

Hi @Reghu_S

Put a conditional gateway after it and compare the current date with the timer date, and cancel if the timer date is too far in the past?

Josh

1 Like