I have a flow that downloads data from a webpage and writes to a file. It is inside a Loop and it starts the actions when a scheduled CMD task is executed. Now, it works like it should and it proceeds from the wait for process to the next step when CMD is launched, but I have also scheduled a task to kill the CMD process after a few minutes so that the flow again hangs at step 2 inside the loop waiting for the scheduled process to start again. However, this does not happen when I keep the system unattended and the process keeps on running. But, if I were to actively monitoring it on screen, it executes as it should.
What gives??!!!