Skip to main content
May 4, 2022
Question

Sending emails as daily reminder notifications

  • May 4, 2022
  • 2 replies
  • 0 views

I'm new to Appian and I'd like to know if there is a setting or solution to setup a daily remainder notification for the manager approval task until the task is completed(approved or rejected), as long as the task is pending, the daily notification will be sent. Any insight is really appreciated!

Thanks,

Tracy

    2 replies

    May 5, 2022

    Hi

    you can achieve this in multiple ways.

                        

    • Another option before your user input task add AND condition and split the workflow into two paths (one for User Input task, another for email notification)
      • Add a timer condition before  email notification to send email notification every day until user completes the task using loop
      • Note: if you are using this option Make sure your user input task workflow end node configure as terminate node.

                       

    I would suggest to use first option.

    May 5, 2022

    Hi Naresh,

    Thank you so much for your detailed solutions! 

    The first option solves my problem.