Hi all.
I download the .nupkg from orchestrator. But I am not able to open the workflow after extraction.
Hi @dinesh.s1
With What app have extracted ?
1 Like
Well, I changed the extension to .zip from .nupkg.
Then right mouse click and extract all option…
BlankProcess3.1.0.1.nupkg (16.9 KB)
1 Like
Hi,
As Windows project or CrossPlatform project is compiled to dll, basically there is no xaml file in the package. If you need to include source xaml to the nupkg, the following post will help you.
Regards,
1 Like
It seems that when you published the process from Studio to Orchestrator you didn’t choose the Source files option.
Republish the project and then check again.
Note:
-
Include Sources - select this option to package all
.xaml
sources within the published package, including workflows that were previously made private. For Windows - Legacy libraries, the files are saved in the generated assembly file and in thelib\net45
folder in the.nupkg
file. For Windows and cross-platform libraries and processes, the files are saved in thecontent
folder in the.nupkg
file.
Reference: About Publishing Automation Projects
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.