Please i need assistance, Whenever i publish a process to orchestrator, on downloading it again from Orchestrator, it changes
UiPath.System.Activities to UiPath.System.Activities.Runtime
UiPath.Webapi.Activities to UiPath.webapi.Activities.Runtime
UiPath.uiautomation.Activities to UiPath.uiautomation.Activities.Runtime
That is the compiled code of the activities packages. This allows for faster execution runtime.
If you open your project.json file with notepad or any other text editor, the packages are listed there in the top.
Simply remove the “.runtime” there, save the file and open your project.
You should be ok from there.