Xaml file deleted, left JSON file. How to open uipath studio?

Hi, my XAML file was deleted and left with JSON file. How to i open up the project?

Hi @Helpmeplease ,

You cannot open the project by using the JSON file. For more information about JSON files, please refer to https://docs.uipath.com/studio/docs/about-the-projectjson-file

If your project is published to Orchestrator, then you can find your published project there.

Best regards,
Marius

1 Like

My project was published to uirobot not to the orchestrator. Is there still anyway to retrieve the workflow?

Check both the folder below

  1. C:\Users\PRAVIN(your user name)\AppData\Local\Packages

  2. C:\ProgramData\UiPath\Packages\

If it is not there means you lost it

1 Like

Hi @Helpmeplease ,

If the process was published locally, you can still retrieve the xaml file from a directory similar with the following

C:\Users\marius.puscasu\.nuget\packages\test_202103\1.0.3\lib\net45

where:

  • test_202103 is my published process

  • 1.0.3 is the published version

Hope it helps
Best regards,
Marius