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.