hoping you can help, our current setup is as follows:
developing on a dev studio license version 2019.10
enterprise version on a VM - version 2019.4.4
We currently do not make use of orchestrator.
We start off by builind the process on our dev machines, once ready and tested, we copy the entire process (xaml) location over to the VM (production environment) and invoke the workflow in the main process.
This has worked fine for multiple processes without issues, however I currently have a problem where it states the process has unresolved activities on a open browser step (inside this step all of the actions are located - causing the process not to work at all.)
I have tried deleting the json file - but this does not resolve it.
have any of you experienced this before? Is there a simple solution to resolve this?
We have used a similar setup, and have encountered the same problem aswell.
We figured out, that when copying from server to server, we must make sure the UiPath version is completely the same - but even with this in mind we still see this error from time to time (Missing packages etc)
Simply delete the missing activity and replace it with a new - it will work from there on and out…