Hi,
I am using Boundary timer event to send escalation mails until the user task is completed. However, I need to send emails only on weekdays. Is there a setting or property to achieve this!
Thanks,
Esther.
Hi,
I am using Boundary timer event to send escalation mails until the user task is completed. However, I need to send emails only on weekdays. Is there a setting or property to achieve this!
Thanks,
Esther.
Hi Esther,
definitely - you can use a cron expression for the timer expression to do that. For instance an expression such as 15 10 * * 1-5 will fire on MON-FRI (you can also use those strings if you find that more readable) at 10:15.
It is described in the documention in more detail here: BPMN 2.0 Constructs ยท Flowable Open Source Documentation
Hi Tiesebarrell,
Thank you for the reply! I will check this and let you know!
Thanks,
Esther.