Is it possible to get files in new machine using uipath signin

Hi,

Need to get the all the developed workflows in the new machine using the UiPath credentials in UiPath studio.

Is this possible?

@logesh_kumar1

You mean you want to get the xaml files from one pc to another?

if yes then orchestrator cannot do anything in that…you can copy them to a fileserver and get them

If you are looking for packages that are uploaded to orchestartor then you can run the process when process is run automatically packages are downloaded

cheers

its not published in orchestrator… it was available in that machine locally…

@logesh_kumar1

Then as mentioned you have to copy the xamls to a files erver and get them…nothign can be done from orchestrator on this…

You can leverage orchestrator storage buckets and upload there as well and download…not sure how big are you projects though…or you can use a github and push all the code there and download in the new machine

cheers

No the files are deleted in machine, need to restore in new machine using UiPath account?

@logesh_kumar1

To be precise no restore can happen from
One system to another

Cheers