I have a workflow that invokes another workflow to “Save As”
When trying to run, I get the following error:
Unexpected error has occurred during the library compilation process:
The given ‘C:\Users\Riley\Documents\UiPath\Functions_Windows\SavePrint_Edge.xaml’ was not present in the dictionary.
The path above is to the invoked workflow function.
After reading other posts I checked:
that the path to the invoked workflow file is correct by selecting it via the file browser button
that the arguments are correct by adding a step prior to this action that logs the value, to ensure it isn’t null
I have also tried reopening UiPath, and restarting my computer, and still get the same response. I’m not particularly technical so not sure where to even begin looking. Any tips?
Basically after the latest upgrade we cannot pass variable or arguments to invoke workflow file path…
We have to select the workflow using the file option provided on the invoke workflow activity… and by default it takes the relative path and that is what works now
I opened the XAML in question in a notepad to verify the structure - didn’t change or even save but once I closed the file again and retried the error disappeared.
Hello Mukesh…
Im facing the same issue. But here in my code im trying to invoke windows framework process 1 main xaml into windows framework process 2 and getting the same compilation error. Could you provide me the resolution.