Goto package
- Updated: 2023/08/04
Goto package
You can use the Goto package to migrate bots from other vendors into Automation 360.
Important: The
Goto
package was specifically designed to migrate bots from other vendors into Automation 360 and is available only on request. This package is not included with the standard Automation 360 installation because you cannot use it
to build bots.
The Goto
package contains the following actions:Anchor
Is used to mark the target location for the Jump to anchor action.
Jump to anchor
Is used to select a specific Anchor to jump to during bot execution. The bot will start executing the next action that is available after the specified Anchor name.
The following image shows an example of how to use the two actions:
Review Goto package considerations
Before you use the Goto
package, review the following considerations:
- This package will not be available for regular bot deployments, therefore, the two actions will not be listed under Actions on the Bot editor screen.
- Ensure that you use both the Anchor and Jump to anchor actions in the same bot because you cannot use them individually.
- If the Anchor and Jump to anchor actions are available in the migrated bots, you can edit or copy these actions to Automation 360.
- The Label field of the Anchor action supports an alphanumeric value and the value length must be less than or equal to 50 characters.
- The Goto labels will not work if the bot contains more than 2,000 lines of actions.