Hi Team,
Eg: I have a scheduled process model for every 1hr and let's say
Happy flow: PM got triggered at 15:00 EST and it took 15mins to complete. And next instance will start at 16:00 EST.
Exception flow: PM got triggered at 15:00 EST and it took 1hr 15mins to complete. And next instance will start at 16:00 EST but here the previous is still running. Can we restrict?
Can we build a flow where the PM should trigger every one hour and make sure no parallel execution of 2 or more instances at the same time.
Discussion posts and replies are publicly visible
You have options. You can run a process report to see how many instances of the process are running and if more than one you can then decide what to do (pause the current instance, terminate it, reschedule it for another time).
Can we automate this step?
Yes, you can invoke a process report in the process model using the "Execute Process Report" smart service.