Download process

Hello everyone

I need to download the source code of a process that is currently running in production from the orchestrator. How can this be done? The uipath assistant app does not have this option.

Download the process source REF_DescargaInversion_Prod

Thank you

Hi @bosses.project,

You can download packages from Orchestrator, go to Tenant > Packages:

And then find the package you want, click on the 3 dots > View Versions:
image

And then find the version, click on the 3 dots and download:
image

This will download a .nupkg file, you can replace .nupkg with .zip and then your code will be in zipfolder\lib\net45

1 Like

Hello @bosses.project ,

There is no provision in UiPath assistant to download the package. but if you have the access to the Orchestrator, you can go to Tenant->Packages->Se;ect the package to download->Click on More option->Download package.

Package will get download as .nupkg file.

Thank you!!!.

Problem solved

1 Like

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