NewActivity.xaml calls Sequence1.xaml and Sequence1.xaml calls Sequence2.xaml.
NewActivity.xaml - public, Sequence1.xaml and Sequence2.xaml - private
When trying publish, the following errors occurred.
12:57:18.5069 => [ERROR] [UiPath.Studio] [35] Unexpected error has occurred during the library compilation process:
The following invoked workflows are missing:
C:\Users\tom.lee\OneDrive - UiPath\Documents\UiPath\NestedInvokeWorkflowFile\Sequence2.xaml
Called from the following workflows:
C:\Users\tom.lee\OneDrive - UiPath\Documents\UiPath\NestedInvokeWorkflowFile\Sequence1.xaml
It doesn’t seem that a private workflow’s calling another private workflow is working in a library project.
Anyone who faced and resolved this kind of error?
If so, please share it with me.
I tried that and in my case it works without any problems, the compilation creates a NuGet package. As far as I can say works a call of a private workflow which calls another private workflow.
We have the same issue. Libraries in 21.10 seem to be having this same issue, where invoking a private workflow within a private workflow will break publishing the project.
My teammate encountered this issue recently as well. They reached out to our Technical Account Manager who subsequently reached out to the product team. It seems this is a known issue that will be corrected in a future release (no ETA was shared). The workarounds provided were to 1) make the private workflows public or 2) don’t use a private workflow and instead place all logic within the public workflow. I believe my teammate opted to make the private workflows public but place them in a separate folder with a name such as “Private” to help avoid confusion.
Hello there.
I’ve been trying to create a library as it is done in UiPath Academy, and encountered several errors.
I created the table below for every case I had tried.