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
Even today we are facing the same issue reported earlier.
Any resolution for above mentioned prblem
Further to this, this is the value that is being used for the Input parameters property:
a!toJson( a!map( input_username: if( a!isNullOrEmpty(ri!username), null, joinarray(ri!username, "|") ), input_groupName: ri!groupName ) )
I am getting the following error when attempting to use the Deploy Bot integration for the connected system:
I am wondering if there is anything else that needs to be provided to the Deploy Bot integration to get it to work?
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.