Switching back to OLD UI interface in On Prem Orchestrator

How can we get option to Switch back to OLD UI interface in On-Prem Orchestrator?

To get the option to swich between the Old and New UI, please follow the below steps:

  1. Add the below app settings in the web.config/UiPath.Orchestrator.dll.config file-

<add key="Features.UXRevamp.Enabled" value="true" />

  <add key="Features.OldDesign.Enabled" value="true" />

  1. Reset the IIS.

Note: The Old UI is not supported anymore, our quality team did not validate all the functionality with the Old UI and UiPath will not be able to fix or retrofit any issues.