Overview
Manage an Automation Anywhere Control Room and deploy Bots directly from Appian! Users can connect to their AA Control Room and perform multiple operations against it. See which devices are connected and what tasks are available to run. The Automation Anywhere Connected System Plug-in uses the AA Control Room API for each operation listed below.
Key Features & Functionality
Two questions on this plugin
In addition, we ran into a large problem in high volume environments. The AA Control Room only allows a user to log in once. However, in a process, you're likely to use the "Get Authentication Token", and then another function. However, there's a race condition that the "Get Authentication Token" invalidates the previous token. You can get the authentication token and save it somewhere, however, there's no way to know the token expiry. Then if the token is expired, the connected system throws an exception which can't be caught, freezing the process. All in, we found limitations in this plugin and so had to use the basic get authentication token, and use a standard HTTP connected system to talk to the APIs.
Ankit Shree hey Ankit, can you try the Get Devices integration?
Hi, can you tell from where we can get the task and Device ID to put in the integration for Run Bot
Hey Danny,
The API requires the Admin user type
Thanks Sam. A new message:
IntegrationError title: "Http Error 403" message: "Forbidden" detail: "message: Insufficient Privileges "
What access does the account need on AA?
Hey Danny that means the username/password on the CS may be incorrect. If you try the GetAccessToken integration, it may give you more information.
Hi Sam,
Sean spotted my mistake and got the connection working. I have tried to run a bot and I'm getting the following error:
IntegrationError title: "Http Error 400" message: "Bad Request" detail: "message: JWT String argument cannot be null or empty. "
Any ideas what this means? I think we have put in the correct task ID and Device ID
I have tried removing https and it comes back on with the same error.
Hey Danny, are you trying to connect through SSL with HTTPS? If so could you try removing 'HTTPS' from the domain and see if that works
Anyone else seen the error "org.apache.http.client.ClientProtocolException" when testing the connected system?