If you don't have UiPath Orchestrator set up for scheduling the developed bot's to make operational, It's easy to schedule developed RPA UiPath robots using windows Task Scheduler. follow below the steps to it.
Step 1:
Develop/copy your bot in your local machine.Step 2:
Go to task Scheduler from below start menu of your system.
Step 3:
Select Create task from right side corner under Actions Panel.
Step 4:
Give the name and description in general section and select Run with highest privileges(optional)
Step 5:
Next In triggers tab create a new trigger and select how frequently you want to run your bot.
Step 6:
Next in Actions tab create a new action and give Program/Script as your location of UiRobot.exe(C:\Program Files (x86)\UiPath\Studio\UiRobot.exe)
pass the bot details in the Add Arguments (optional) with this syntax /file:"bot(.xaml) absolute path"/monitor
ex: /file:"C:\UIPath\schedular\Main.xaml"/monitor
Step 7:
Next conditions and settings have different options and can select based on our requirement related to failure handling and scheduled timings.
Step 8:
Now click on the Run test your bot and you can see the bot is running successfully.
Nice explanation with step by step Raja , please upload some more examples
ReplyDelete