Create a demo bot with the demo package

Create a bot using the demo package to verify the actions that were created.

Prerequisites

Here are the minimum prerequisites for building this demo bot:
  • Access to a Control Room
  • User credentials with AAE_Basic permission
  • Your local host (workstation) is a registered device in the Control Room
  • Ensure that the demo package A2019DemoPackageFirstnameLastname is available in the Control Room
This task uses the following actions and components:

Procedure

  1. On the left pane, click Automation.
    A list of available bots and forms is displayed.
  2. Click the My Task Bot icon.
  3. Type MyDemoBot1 in the Name field.
  4. Click Create & Edit.
  5. Expand A2019DemoPackageFirstnameLastname and double Uppercase.
  6. Type hello world, go be great! in all lower case letters.
  7. Create the variable vMyDemoVar1.
  8. Click Apply.
  9. Add a Message box and insert the variable vMyDemoVar1 in the Enter the message to display field.
  10. Click Apply and Save.
  11. Click the Run icon.
    A message box with "HELLO WORLD, GO BE GREAT!" in all upper case letters is displayed. The custom action Uppercase converted all the letters from lower case letters to upper case letters.

Next steps

The task, Change the Java file used to create the package JAR file, gives instruction on how to modify the Uppercase action to convert all upper case letters to lower case letters.