My colleague has created a script and published to orchestrator. He later downloaded the script as package from orchestrator and provided me nupkg file. I have converted into zip and and navigated to content folder and clicked main.xaml file , this is opening UI path studio with script loaded. But my real problem is seems like script is binded or not showing complete flow I am not able to view all the activities so that I can add more activities or flow to this script or do a bug fixes
Looks to me like a dependency related issue. Please check the projects panel of the studio after opening main.xaml
You can resolve by the dependency issues by updating the packages or installing fresh as required from the manage packages icon at the top panel.
Take a snap of projects panel in such a way that the name and version of packages are visible if you need any more assistance in the above steps i have provided.
Check and let me know if you have any more difficulties.
Guys please find the snap shot for reference in which after loading the package I am not able to expand or view the activities as shown in the pic for “Retry scope” and “Check false”. There are multiple activities hiding inside Retry scope
Found out one major discrepancy, these errors will come in following scenario
UI path Studio version mismatch - I mean if you develop scripts on one version and import in other version
Even after importing on a machine which is heaving same version as developed but there might be package dependency which we need to upgrade or downgrade to clear all the compilation errors or package error.
Thanks again for providing inputs , now my issue is solved and hence closing this thread