Hello Community,
I need some assistance with scheduling an automated process in OpenRPA. I’m currently using Windows Task Scheduler to trigger the “Main” workflow, which in turn triggers several other workflows in my OpenRPA project.
The process is scheduled to run every 5 minutes, but there are times when the previous run takes longer than 5 minutes. In such cases, the Task Scheduler cancels the previous instance, causing the “Main” workflow to restart, leaving the previous execution incomplete.
Is there a way to check if the previous run is still in progress and prevent a new instance from triggering if the previous one hasn’t finished yet?
Thanks in advance for any suggestions!