Get All process dependencies?

HI everyone.
I need to find each proccess that use a given a dependencie. Without download each process, or looking one by one orchestrator, there’s another way I can get a list off all the process and all dependencies each?

Open your project in UiPath Studio and Press Ctrl + F and select dependencies.

Example:

Also, as you need a functionality that doesn’t exist yet, you should create an automation that will do these steps:

  • Download all the .nupkg processes locally
  • Extract them into a folder
  • Remove all the data and keep only the project.json files
  • Then search in all the project.json files using the Deserialize JSON activity with For Each for the needed dependency/or dependency version and extract only the process name from the results

Example results:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.