on 2021 Jul 19 11:55 AM
Hi All,
So I have requirement where I need to send recursive emails to approvers every 3 days until they have approved using deadline monitoring. This works, however, once one approver approvers, no more emails are sent.
I have achieved the deadline monitoring by setting the latestend outcome to Modeled, which gives another branch on the approval task. I have inserted an email and dummy method with time delay of 3 days all inside a loop. The terminating condition on the loop is the approval task work item status = COMPLETED.
So if no one opens the item, the emails will be sent every 3 days. Perfect! However, if one approves, even though the status on the other approval tasks is READY, all loops evaluate to true and so completes all deadline loops. The approvers yet to approve will no longer receive the reminder emails.I have tried creating a flag and set this on approve option and then check this in my deadline loop but the same thing happens.
Surely, it is possible to only send emails to those yet to approve?
Any ideas on how to only send deadline emails to those yet to action their item?
Thanks in advance,
Liz
Request clarification before answering.
Sorted! created a parameter on local container of parallel branch. Set this to X on approve and check this field in my loop. yes!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
12 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.