How to download uipath script from orchestrator?

I have published script to orchestrator, and i lost the script from local file. How can i download the script from orchestrator, and edit it in studio?

i tried a method that change the nupkg to zip and extract it, but this way, those loops or module is not able to expand and edit.

is there any better way to do it? thanks!

1 Like

@mlellison

You will be able to expend and edit if you install the package UiPath.System.Activities

Rite now - it contaisn only runtime system activities

Ideally - Package shouldn’t be used for code sharing as it is compressed for runtime performance. Better to use GitHub or other code repositories in future. This would be a quick fix considering the situation

1 Like

@mlellison

Please check dependencies you would see .runtime in them …those are light packages which will not show those details

so go to manage packages and install the packages without .runtime in their name for every package you see as .runtime in dependencies and it would show all the components

cheers

1 Like

Hi @mlellison

After downloading the .nupkg file from Orchestrator, rename the file extension from .nupkg to .zip. This will convert it into a zip file. Once changed, extract the contents to access the workflows inside.

Note: Everyone will zip the file but change the extension.

Hope it helps!!

1 Like

Okay @mlellison

Now got it after you unzip the nukpg file it was showing all activities collapsed.

Check the below blog to get why it was showing like that,

If you got any doubt while referring blog we can give you clarity on it.

Hope it helps!!

1 Like

Thanks all are very informative!

1 Like

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