When performing Remote Debugging using an Unattended Robot connection, Studio sends the list of project dependencies to the remote robot. From where does the remote robot download the required packages?
When performing remote debugging using an unattended robot connection, Studio must ensure that the necessary project dependencies (such as activities or libraries) are available to the robot. The unattended robot retrieves these dependencies from external sources. Specifically, the robot downloads the required packages from:
Orchestrator feeds: These are package feeds configured in Orchestrator, such as internal libraries or activities deployed and managed via Orchestrator.
UiPath Official activity feed: This feed includes all the official packages provided by UiPath and is a central repository for activities used in automation projects.
While Studio and its local NuGet cache (as in option A) may store packages locally for the developer, when the project is run remotely, the unattended robot does not access the developer's local cache. Instead, it relies on these external feeds (Orchestrator and UiPath Official activity feed) to ensure consistency and availability of the correct versions of dependencies. Option D is incorrect because the feeds configured in Studio do not directly affect where the robot downloads its dependencies.
Reference
UiPath Official Documentation on Remote Debugging
Orchestrator Feeds
UiPath Official Activities Feed
Toi
11 days agoKayleigh
18 days agoRodrigo
18 hours agoLavelle
9 days agoWillow
23 days agoHelga
29 days ago