Hi, I have a requirement where I have to schedule a task i.e to activate RPA agent from the server on each day when server comes online, I have used task scheduler to trigger the agent but its not being stable as it is activating and deactivating the next minute, which is leading all the RPA processes to be in queued. Please update with any solution.
Discussion posts and replies are publicly visible
Hello, instead of using the task scheduler, try placing a shortcut to the Appian RPA agent in your startup folder.
Right click--> Copy the AppianRPA agent file
Do Windows Key+R, type shell:startup
Right click in the startup folder then do "Paste shortcut"
Thank you so much for the solution. I actually wanted RPA agent to automatically start through task scheduler when scheduled at a particular time in a server, but while working this way my RPA agent is not staying active for longer time as its getting triggered from task scheduler, it is randomly activating and deactivating due to which my RPA process is also being failed.