We have workflow related a custom entity. Currently, for one of the Tasks, there is a Wait on the Task Activity Status for Completed/Canceled. We need to update this to include reminder emails.
Here are the requirements from the business:
Current:
New:
How can this be implemented to ensure the process continues as soon as Team A completes the task?
Thanks
*This post is locked for comments
Great to hear that!
Abby,
Thanks for the answer. I was testing yesterday and everything appears to be working.
Hi Brian,
Here is my humble suggestion:
Wait for condition Task Activity Status = Completed Or Canceled
if modifiedby user belong to Team A
{{Rest of the workflow}}
Otherwise, Stop Workflow //modify action here based on requirement, here modifiedby user will be ownerOfWorkflow2 if cancel is triggered by 4-month timeout
Wait 1-month timeout
if Task is not Completed or Canceled, send email
otherwise, do nothing, stop workflow
Wait 2-month timeout
if Task is not Completed or Canceled, send email
otherwise, do nothing, stop workflow
Wait 3-month timeout
if Task is not Completed or Canceled, send email
otherwise, do nothing, stop workflow
wait 4-month timeout
if Task is not Completed or Canceled, Cancel Task etc, stop workflow
otherwise, do nothing, stop workflow
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156