The Appian RPA Console is the control panel where the user can monitor and manage robotic processes.
The console is also the resource's "control room", where you can define the execution parameters, start and stop executions, and query the robotic process's actions. You can supervise the tasks performed by the robotic process by following a visual workflow.
This page reviews the main aspects of the Appian RPA Console interface and actions you can take.
When you log in to Appian, you're automatically logged in to Appian RPA. To access the Appian RPA Console, navigate your browser to the following URL:
https://yoursite.example.com/rpa
You can also access the console through the Appian navigation menu.
You're brought to the Home screen of the console when you log in, which displays the Dashboard.
In the upper right hand corner of the menu, you will find the Search field, where you can find any item in the execution trace, such as a processed document's identification number. Type in the item you would like to search for and press enter. Results are displayed on the List of executions screen, in which all executions, including the one you searched for, are shown.
You'll see additional tabs in the Appian RPA console. Each tab is described in detail on a different page:
You can access user preferences in the console by clicking the gear icon. Your role is displayed just below your username.
You have these options in the menu:
Usually, consoles are configured to work in a time zone compatible with their users. However, it would be possible that some users access the console from other locations.
All dates and hours shown in the console refer to the console's defined time zone and not the user's local time. All of the following components can be affected:
It is important to know that for users in different time zones, every time they are going to work with calendars including date and hours or every time they want to monitor executions or events, the hours displayed will not correspond to their local time zone.
In the table below, for a specific console and users accessing from different time zones, we can see an example of the scheduling they must put (column Target) to make the robot be executed at the user local time (column To set).
Console | User | Target | To set |
---|---|---|---|
Miami (UTC-04:00) | Spain (UTC+02:00) | 10:00 | 06:00 |
Miami (UTC-04:00) | India (UTC+05:30) | 10:00 | 00:30 |
Miami (UTC-04:00) | Miami (UTC-04:00) | 10:00 | 10:00 |
Within the console, you'll see multiple lists where you can filter the display and add views.
When you hover over a row in a list, the row is highlighted so you can easily see which row you are selecting. You can also open the selection in another tab.
You may be able to modify the content of specific cells in a row. Modifiable columns will have the pencil
icon in the header row.
All lists have a default sorting criterion. Some lists allow you to sort based on other columns. Click the column of interest to sort it based on ascending or descending data.
You can also choose the number of results to show per page.
Some lists can contain many rows, making it hard to find what you're looking for. You may find it helpful to filter the list by any text contained in the visible columns. Enter a term in the Filter field and press Enter to filter the list.
For example, if you want to see a list of robotic processes containing the word "demo", you can type it in the Filter field, so that only the processes containing the term "demo" in any column will be shown.
A timeline filter is available for the following lists:
To use the temporal filter:
You can set up views for preset filters on the lists you usually work with. Views are set up at user level, so each user can specify the views he or she needs. The system will remember the last selected view for each user and for each list with this feature available.
Views are particularly helpful when several people work together or when a number of robotic processes or resources are commonly grouped.
Views are defined using regular expressions, which will perform the "grouping" just like filters.
At the top of a list, you will find the views icon
( ) with a default view: All. If you've added views, those options appear here as well.
To add a view:
It's a good idea to know about regular expressions, since they are used both in the SDK and in the filters and searches provided by the platform.
You can edit a view to change both the name and the regular expression. To edit a view:
To delete a view, click Remove in the additional options while the view is active. This will open a confirmation dialog to delete the view.
Lists can be exported in different formats:
In case you want to export a full list, be sure to first choose "All" in the menu for selecting the rows to display. By default, a maximum of 15 rows are shown, thus the export would work only with those first 15 rows.
Exporting to CSV format will only include text characters. In the above example, the columns Result and Actions would not be exported (though their headers will).
On This Page