ACTIVITIES CHANGE TO RUNTIME

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

How do i resolve this

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.

1 Like

worked fine, Thank you

@Afolayanayooluwa,

I have written an article on why this happens, how to fix it and more.

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.