Migrate Community Edition bots
- Updated: 2021/12/03
Migrate Community Edition bots
Bots created in the Enterprise 11 Community Edition environment must be migrated to the Automation 360 Community Edition to allow users to use these bots in Automation 360. You use the Bot Migration package available in the Automation 360 Community Edition to manually migrate the bots.
Prerequisites
- Use the Bot Scanner utility to determine if your Enterprise 11 bots can be migrated successfully.
- Get access to Automation 360 Community Edition.
- Register a device in Automation 360 Community Edition to run bots.
This procedure migrates one bot at a time. To migrate all bots within the same folder, you can create a complex bot by iterating files in a folder in a loop or add multiple Migrate bot actions for each .atmx file you want to migrate.
Important: If a bot has dependencies on other bots, you must migrate the dependent bots first and
then the parent bot. For example, the main.atmx
parent bot has a dependency on child1.atmx,
which also has a dependency to child2.atmx, then add the
Migrate bot actions in the following order:
child2.atmx, followed
by{{child1.atmx}} and then
{{main.atmx}}.