Hi All,
Please anyone guide me that how to schedule a process to run in a specific time,
i.e. I have two process First process I wanna run at 8am daily and another one process on 10am daily.
Your help will be helps me a lot.
Thanks.
Hi All,
Please anyone guide me that how to schedule a process to run in a specific time,
i.e. I have two process First process I wanna run at 8am daily and another one process on 10am daily.
Your help will be helps me a lot.
Thanks.
Step to be followed
Regards
Gokul
Hi @Gokul001 ,
But here orchestrator is not using I wanna schedule in UIpath studio in entireprise edition
Then you may try with windows task scheduler to trigger the bots!
Refer to the thread below!
https://forum.uipath.com/t/how-to-run-uirobot-by-windows-task-scheduler-my-experiment/200336/16
Regards
If you have the attended automation then you can schedule it from the UiPath Assistant
Also check below for your reference
Hope this may help you
Thanks
Hi All,
The shortest and easiest method to schedule a process based on the specific time will be as in the attachment.
hi Gokul001,
I follow your step but I have error on the route.
“C:\Users\AIT04\AppData\Local\UiPath\app-21.4.4\UiRobot.exe”
I know AIT04 is user name. But what is " app-21.4.4"? Where can I find the correct route?
Hey @lin_wenpan ,
That is the version. Inside Uipath folder check for the folder with the version “like 21.4.4” or it can vary. Inside that you can find the robot…exe
You can also check in the below path.
C:\Users\admin\AppData\Local\Programs\UiPath\Studio\UiRobot.exe
Hi @lin_wenpan,
Short answer to the location : C:\Users\%USERNAME%\AppData\Local\Programs\UiPath\Studio\UiRobot.exe
This change in file location was enforced from 21.10 version of the Studio, wherein the way UiPath Studio updates itself was changed and all mention of the version of studio was erased from the path. Also UiRobot.exe was forced to be connected to an orchestrator and using task-scheduler without Orchestrator connected to the robot instance was removed. In short, if you want to run robots using task-scheduler you have to be connected to your Orchestrator (1 local license). Else you will find the execution will fail with an error message "One local license is required."
When you cannot find where a .exe file is located, see the suggestions in this thread. The approach works for all executable files in windows.
Hi Gokul. I wanted to ask you a question. If im using enterprise uipath edition, I wont be able to schedule my studio projects to run at the time i want them automatically?