Forum Discussion
pmancevski
3 years agoNew Contributor III
Hi @Mahesh7225,
I don’t think is possible automatically to stop some process, but depending of your logic in the process you can control when to stop.
Example: You are querying some DB. You will have to make a copy of the same process, and also you will need to modify the process at the beginning to check if the time is 5PM (router or filter). After that at the end to call the copied process or original.
- The process is scheduled to start at 2PM.
- If the criteria is satisficed (5PM) then continue with the process, if not then end.
- Then you need to call the copied process or vice versa.
I hope this will help.
Thanks,
Pero M.