Skip to main content
October 11, 2021
Question

Trigger ProcessModel every Min

  • October 11, 2021
  • 1 reply
  • 0 views

Can we trigger a process model every minute? When i was trying to set in start node trigger, time occurrence at an interval of every 1minute it is showing me an error

    1 reply

    csteward
    October 11, 2021

    If you need to trigger a process model every minute, I would recommend having a parent process which runs one instance, it calls your main process model as a sub process asynchronously, then waits at a Timer Node for 1 minute before looping to call the sub process again, then back to the timer node.