Discover Studio/ Robot Version [Where The Process Was Developed] In A Machine With No Studio And Orchestrator

How to know the version of the Studio/ Robot[where the process was developed] in a machine with no Studio and Orchestrator?

Whenever a process gets executed, the Robot reads the project.json file and then searches for the activities packages in the following locations:

  1. Orchestrator feed - This activities feed is added by default if your Robot is connected to Orchestrator
  2. Local feed - This feed is enabled by default, and has the following source: C:\Program Files (x86)\UiPath\Studio\Packages from where, it is automatically downloaded and unzipped in the %USERPROFILE%\.nuget\Packages folder
  3. Official feed - This feed has the following source: https://www.myget.org/F/workflow/.

project.json file contains all the information about the source for the process such as :
  • Which UiPath version, it was built in.
  • Which all dependencies are used etc.


Find the project.json file from the below location on Robot machine
  • %userprofile%\.nuget\packages\\
Or
  • Download the project package from Orchestrator and extract nupkg to check the project.json