Skip to main content
January 24, 2022
Question

trigger process on a daily basis

  • January 24, 2022
  • 2 replies
  • 0 views

How can I trigger a new process on daily basis to collect all tasks which have deadline = today and create a new task which will work as a reminder to complete the task

    2 replies

    harshitb6843
    January 24, 2022

    Hi there,

    You can use this link to understand how to create schedulers in Appian - https://docs.appian.com/suite/help/21.4/Start_Event.html#configuring-a-timer-trigger-on-a-start-event
    You can use this scheduler to query a process report where you can filter by deadline=today and then add a new UIT that will be sent as task reminders. 

    However, I would recommend sending emails as reminder notifications instead of assigning a task. Assigning one more task to remind about other is not the correct use of it. 

    stefanhelzle0001
    Brainy
    January 24, 2022

    Is there a reason to not use task escalations?