Skip to main content
November 1, 2023
Question

how to start process model on its own when it reaches specified date by the user

  • November 1, 2023
  • 12 replies
  • 0 views

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

    12 replies

    November 1, 2023

    Hi [mention:85ca6a2722324ac4b08c9eda0b5e1851:e9ed411860ed4f2ba0265705b8793d05],

    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.

    sabat0002Author
    November 1, 2023



    is this a right way?

    November 1, 2023

    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. 

    sabat0002Author
    November 1, 2023

    can you please share the design of process model once

    November 1, 2023

    Keep the timer in the Start Node