Skip to main content
September 16, 2021
Question

schedule in Appian Process model

  • September 16, 2021
  • 4 replies
  • 0 views

Hi All,

How to  schedule process for every 15 minutes and daily monday to friday - 9 AM to 6 PM  in appian  process model.

Please guide us for schedule in process model

    4 replies

    selvakumark
    September 16, 2021

    Hi,

    You can configure a timer in the start event -https://docs.appian.com/suite/help/21.3/Start_Event.html#configuring-a-timer-trigger-on-a-start-event

    For your requirement, you might need to do:

    1. Enable the timer recurrence for every 15 mins
    2. Create an expression rule which will check whether the current time falls under the respective time slot & return boolean outputs. This rule has to be configured under expressions section
    October 13, 2021

    Okay Selvakumar,

    i tried that but im getting error in expression

    I want to set timer in my process model M-F and 9 AM to 5 PM please guide us  where and expression need to add and what is expression? 

    i have tried this in timer condition  at Advanced Options i'm getting error in expression.
    if(and(hour(local(now()))>(9),hour(local(now()))<19),hour(local(now())),null()) 

    selvakumark
    October 13, 2021

    Hi [mention:1257feddb4b1479586b7c5fe0aa76210:e9ed411860ed4f2ba0265705b8793d05],

    The easiest way to configure it is like this (if you have the system calendar updated with working days & hours).