Assemble a basic MetaBot
- Zuletzt aktualisiert2020/04/17
Assemble a basic MetaBot
After creating all the logic, variables, and other components of a MetaBot, the pieces need to be assembled to make a functioning MetaBot.
Prerequisites
The Manage variables in an advanced MetaBot task must be completed successfully before you can complete this task.
Verify that you have the following access and permissions:
- Access to the DLL created in the Create a simple DLL task.
- Access to the Automation Anywhere Enterprise Client.
- AAE_MetaBot Designer permission and access.
Procedure
- Open the LOGIC created in Add Logic and local variables to a basic MetaBot.
- From the Workbench Commands tab, drag the Variable Operation command and drop it on the "Execute 'SayHiTo' task.
- Under Specify Variable, select MyInputName
- In the Variable Operation dialog, click in the Specify value field.
- Press the F2 key to open the insert variable dialog.
- Select MyInputName and click Insert.
- Click Save.
- Move the Variable Operation to the top of the task.
- Drag and drop the Message Box command to the Actions List.
- Click in the Please enter message to show the user field.
- Press the F2 key to open the Insert Variable dialog.
- Select MyMessage and click Insert.
- Click Save in the Message Box dialog window.
- Click Save in the Workbench.