So, I am attempting to schedule a process via the Windows Scheduler so it can be run automatically.
The problem is that it runs fine when scheduled in advance, but not when triggered on demand. ie. Right click and select run.
The process is question is a simple test that launches a workflow interactively. That process then opens an IE window, type a term into the google search bar and OCR clicks “I’m Feeling Lucky”
Again, when scheduled in advance, the process will run – even if windows are left open. But when I try to run it on demand it just opens the IE window behind the scheduler and sits there, then errors out.
I have attempted to fix this by using the “Show Window” activity, and by sending a “Win-M” hotkey to minimise all open windows. no luck.
Does anyone have experience with this, or has seen something similar before?
I know Scheduler isn’t exactly supported by Uipath before, but I don’t think it’s deprecated.
Any help would be greatly appreciated