移轉 Community Edition bots
在 Enterprise 11 Community Edition 環境中建立的Bots,必須移轉至 Automation 360 Community Edition,使用者才能在 Automation 360 中使用這些bots。您可以使用 Automation 360 Community Edition 中的Bot移轉套件手動移轉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,接著是 {{child1.atmx}},再來是 {{main.atmx}}。