Question
2
Replies
56
Views
Accenture
Posted: May 6, 2020
Last activity: May 7, 2020
Pega RPA inside locked VDI
The use case: Task scheduler kicks the bot at set time,
1. bot opens up Website A, Read data,
2. bot opens up Website B, Reads data for input from step 1.
3. bot updates Website A with data from website B.
This is unattended bot and there is NO Robot Manager, Following are the questions:
1. Should common config have RPA = true?
2. How can we make bot run even when the VDI is locked (ctrl+alt+del), or when nobody is watching it.
Hi Ashish,
From the above information, i think you did local deployment and not using Robot Manager, then you must be using Timer component to set the execution Time. If so,
1. No need to set RPA=true in common config, since you are not using deployment server.
2. If you are using Timer component, you can set the time interval to invoke your automation at regular intervals.