How we can Move the Process from Legacy version to Windows Version in case of already Published Bot?

How we can Move the Process from Legacy version to Windows Version in case of already Published Bot ?

I want to move all process form Legacy Version to windows version because we are planning to buy updated Enterprise Edition Unattended bot license, what if keep the legacy version or I have to Change to windows version for every process. and how we can do that ?

Question 2.

My All bot are in production ( which created on attended bot license 2021.4 )
& I need to Schedule it from Orchestrator ( with New Unattended License ), so what things I needs to take care and what changes I Need to do in Development ?

You can keep your existing bots as Windows Legacy, there’s no need to migrate. Existing bots continue working as before ( Studio - Deprecation of the Windows-Legacy Compatibility - https://docs.uipath.com/).

You need to make sure that the robots are capable of running on their own without user intervention. Remove Message Box activities, make sure robots start their own browsers etc.

If my Bot is Developed on 2021.4.4 version and Let’s suppose now I have 2023.1.1 License, will it work already Published Bot to Production (Bot is having without user intervention ),
Or I have to do some changes (Like Version Difference to 2021.4.4 activities )

License doesn’t affect it at all, but the version of Robot that’s running the process. Most likely it will work, but like always with version upgrades, it’s a good idea to test it before running in production.

In general about Legacy to Windows Migration: