I want to download a report from my ERP, i successfully created the workflow for downloading the report. but i wanted to schedule a time and run the process in the background. But the process is getting executed only when my desktop screen is visible.
Hey @Jagadesh2494 Unattended license is one part of the concerns… The other part is, for the process to run in the background, it should be designed with either simulate options or send window message options enabled so that it can look and work with ui elements in the background without really having them on screen.
It throws an exception saying that UI element not found, but when the desktop is visible it opens the application and automatically executes without any error.