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
Discussion posts and replies are publicly visible
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-eventFor your requirement, you might need to do:
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())
Hi Ganesh Patil,
The easiest way to configure it is like this (if you have the system calendar updated with working days & hours).
Hi, I am using "Authorization Code Grant" for Docusign integration. I have to call this integration on my process model and run this process model as scheduler on every hour to checking token status.I have set assignee of this integration node "Run as whoever started the process". The Problem I am facing is that, every time I am getting false API response, as per my understanding it is because of when the process is running according scheduler it is not able to find valid assignee and the integration is returning false response every time ,even if the token is not expired. Please help me on this.