Hello, I have a newbie question about where a bot is stored during execution. There is an attended bot that was developed and the package was deployed to Orchestrator. To execute, users log onto a VM (Virtual Machine), open UiPath Assistant, and the bot is executed. Is the actual bot code stored in UiPath Studio, on the local machine (The VM in this case), or is it being executed “through” Orchestrator? If it is being stored locally/in UiPath Studio on the machine, is it only being pushed to Orchestrator for centralizing/monitoring purposes?
the bot is executing the process nuget Package, which is expanded in the bot related nuget repository by default in the location:
%userprofile%.nuget\packages
FYI a bot (robot) is a user. A process is an automation. A job is a running instance of a process.
The packages for the process are downloaded and stored on the local machine when running an attended process, in a folder specific to each user. Orchestrator is a central storage/management console. The Robot.exe process runs the job and downloads the necessary packages from Orchestrator and online feeds.