Hi all,
I want to send automatic emails to task owners on the same date when the tasks due date is going to expire. How can i achieve this?
*This post is locked for comments
Hi all,
I want to send automatic emails to task owners on the same date when the tasks due date is going to expire. How can i achieve this?
*This post is locked for comments
Hi Varsha ,
configuring waiting workflows will affect the Organisation Speed performance.
Can you look for other options..like writing a console application instead and scheduling it.
Hi Varsha,
I am assuming recursively 1 day
Adding to Vikas' answer:
1. Run a workflow on create or due date change (as per your requirement).
2. Add a condition step to check the value of due date (if contains data or not).
3. If yes, then add a wait condition, configure it to wait until due date of task.
4. [change here] Check if Task is Completed, Else add Wait condition to wait till 1 day and repeat the steps 1 to 3.
You can use it as child workflow to do the repeating steps.
if i want to send mails recursively until the task is completed then?
Run a workflow on create or due date change (as per your requirement). Add a condition step to check the value of due date (if contains data or not). If yes, then add a wait condition, configure it to wait until due date of task. Then send and email.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156