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.
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
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
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.