迁移 Community Edition bots
Bots 必须 Enterprise 11 Community Edition 将在环境中创建的迁移到 Automation 360 Community Edition ,以允许用户在 bots Automation 360中使用它们。您可以使用 Bot 中提供的迁移软件包 Automation 360 Community Edition 来手动迁移 bots。
先决条件
- 使用 Bot Scanner 该实用程序确定 Enterprise 11 bots 是否可以成功迁移。
- 访问 Automation 360 Community Edition。
- 在中注册设备 Automation 360 Community Edition 以运行 bots。
此过程 bot 一次迁移一个。要迁移 bots 同一文件夹中的所有内容,您可以 bot 通过循环迭代文件夹中的文件来创建一个复杂文件,或者为 要迁移的每个 .atmx 文件添加多个迁移爬虫程序操作。
重要: 如果 bot 与其他有依赖 bots关系,则必须 bots 先迁移依赖关系,然后再迁移父 bot关系。例如, main.atmx 父 bot 项对 Child1.atmx 具有依赖性,而 Child2.atmx 也依赖于 Child2.atmx,然后按 以下顺序添加迁移爬虫程序操作: Child2.atmx,后跟{{Child1.atmX} ,再添加 {main.atmX}。