I recently upgraded my UiPath version and now I am having trouble getting the “invoke workflow” activity to work.
When invoking my workflow I get the following error:
I have attached my blank process Parent workflow and also the Get last download workflow that I am invoking.
I do not understand what dictionary UiPath is referring to. I am fairly inexperienced with UiPath so any help on this would be greatly appreciated. Main.xaml (9.3 KB)
Maybe the upgrade involved also the conversion of Windows-Legacy to Windows project ?
Also, do you have Xaml files referenced out of the Project ? If so, it might be the reason, and in Windows type of Project, you would have to refer the xaml files within the project.
Try placing the Xaml files within your project and indicate that location as the workflow path and then check if it works.
Thanks for the reply. Yes the upgrade involved the conversion of Windows-Legacy to Windows project. Yes I was referencing the Xaml file outside of the project.
I tried making a copy of the Xaml file that I am invoking and placing it in the parent workflows directory. I then tried to use the relative path as shown below. But I am still getting an error.
I tried again today without changing anything. It appears Changing it to relative reference made it work after all. I must have had to restart my UI Path. Thanks for your help.
One additional question. It seems like having a bunch of separate xaml files for each parent workflow that I develop will cause a lot of version control issues. Are there any alternatives to invoke workflow that I should consider that wouldn’t have version control problems?
I liked how invoke workflow worked in the past much better.