User will enter start date while creating the request and then after approvals .it should start process model on its own upon reaching start date
Discussion posts and replies are publicly visible
Hi ZAINAB,
Please schedule a process to run every day. add a script task which will retrieve the approved requests with today as start date and once we get the requests, we will start the required process model, if no request is present to start today, then the process is terminated. Please make sure the start date is a future Date.
is this a right way?
Hi,
Use schedulers to trigger a process in a daily manner (https://docs.appian.com/suite/help/23.3/Start_Event.html) and check for your required condition on it and kick off the required process.
can you please share the design of process model once
Keep the timer in the Start Node
is this right..?
can someone help me
ZAINAB said:can someone help me
You'll need to specify what you've tried already and what hasn't worked for you. The previous answers in this thread are pretty much all you should need to know in order to set up something working for this, depending on exactly what your requirements are.
getting this error