Adding an Automation Anywhere RPA connector configuration
As an administrator, you can add an Automation Anywhere connector configuration to enable a connection between BMC Helix Innovation Studio and Automation Anywhere Robotic Process Automation (RPA). After you add the configuration, you map the configuration to the RPA Automation elements in the Process designer.
Before you begin
Make sure you have completed the following tasks:
Downloaded and deployed the latest Cloud actions package from EPD. To download the package, visit, EPD Direct Download.
Purchased a valid Automation Anywhere RPA license.
For more information, see Automation Anywhere products.Installed an Automation Anywhere Enterprise Control and Automation Anywhere Enterprise client in a Windows environment.
For more information, see Automation Anywhere installation.Created a user who has bot creator and bot runner permissions.
For more information, see Enterprise client overview.- Configured the webhook callback URL to receive real-time event notifications.
For more information, see To configure the webhook callback URL.
To add an Automation Anywhere connector configuration
- Log in to BMC Helix Innovation Studio.
- Navigate to the Administration tab.
- Select Connectors > Automation Anywhere, and click Add new setting.
Enter the values for the following fields:
Field
Description
Connection ID
ID for the connection.
You can specify an alpha numeric ID such as ce906077-04ad-4139-a59e-9a5837c89416.Name
Name for the connection.
URL
Automation Anywhere Enterprise Control Room URL.
For information about Enterprise Control Room, see Using Enterprise Control Room.User
User name of user in Control Room who has permissions to run a bot.
Password
Password for login.
Trust All Certificates
If you want to trust your certificates, specify the value as True, else do not specify any value.
Callback URL
URL that was populated automatically when you configured the webhook callback.
Important: Make sure that you use this field as a bot parameter in your bot script or use the same field value where you specify the callback URL in the bot script.Callback Auth Key or User Name
Authorization GUID or string that you added while configuring the webhook callback URL for Automation Anywhere connector, such as AA-12345.
Important: Make sure that you use this field as a bot parameter in the bot script or use the same field value where you specify the authentication key in the bot.Callback Password
Password for the account you are using.
- Click Save.
To configure the webhook callback URL
- Log in to BMC Helix Innovation Studio.
- Navigate to the Administration tab.
- Select Webhook Connection > Callback Configuration.
- On the Webhook Callback Configuration page, click New Configuration.
On the Create New Callback Configuration page, enter the following details:
Field
Description
Configuration Name
Name for your callback configuration.
Bundle Name
Name of the application for which you want to use the Automation Anywhere webhook callback.
Processor
Select Automation Anywhere RPA.
X-AA-RPA-CLIENT-ID
GUID or string for authorization such as AA-12345.
Callback URL
This URL is populated automatically.
The following image shows an example configuration:
- Click Save.
Related topic