Robolytix¶
Robolytix is the key online analytic and monitoring tool for Robotic Process Automation using Sonar technology to evaluate, audit, monitor and improve performance of robots operating on any application or RPA platform.
Getting started with Robolytix¶
Prerequisites
- A Robolytix account
To use Robolytix with Ibexa Connect, it is necessary to have a Robolytix account. If you do not have one, you can create a Robolytix account at Robolytix.com
Connecting the Robolytix service to Ibexa Connect¶
To connect your Robolytix account to Ibexa Connect, follow the general instructions for Connecting to services.
When creating a connection, you are asked to provide an API key. To get your key, log in to your Robolytix account and follow the instructions. Generating API key is in more detail described in Robolytix documentation.
There are two main steps.
1. From the left navigation menu, select Settings. On the Settings page, select API keys in the menu and then click on New API key button.
2. Copy the unique key and add a new connection to Ibexa Connect with this key:
Overview¶
Process monitoring¶
Process monitoring is performing by using Sonar checkpoints. The Sonars are at the beginning of the process, the end(s) of the process, and any other points in the process between start and end(s).
Sonar Technology¶
The Sonar Technology allows you to place Sonars in any process, including hybrid solutions, processes that use a variety of tools and applications, including possible interaction with people.
Sonars can be located in the Ibexa Connect process, but also in parts of the process outside of Ibexa Connect. So you can watch the whole process online, not just the robotic part.
Robolytix collects real-time data from all Sonars (including those outside Ibexa Connect) and represents them as KPIs in dashboards.
Actions¶
Sonar¶
Each Sonar embedded in the process contains the following settings:
Name | The name of the Sonar should reflect the state of the process that indicates passing through this checkpoint. |
Process | Select a process from the list. The list contains all processes from your Robolytix account. If you don't see your process in the list, make sure the process you want is existing in your Robolytix account. |
Type | The type of sonar determines its location within the process: * Start is the first checkpoint in the process * Continuous are checkpoints anywhere in the process. Of course, more continuous Sonars means more powerful statistics * End is the last checkpoint in the process. The process can have one or more "end" Sonars in different branches of the process * Error is a special type designed to receive error information for specific modules in the Ibexa Connect scenario. It is inserted by the "Add error handler" function of the module |
Process run identification¶
The process run begins with its start, which is the first pass of “start” Sonar this process. It continues through “continuous” sonars to “end” Sonar(s). For advanced reporting, we recommend identifying each separate run process by a unique identifier.
Note
The unique identifier must be a variable generated by “start” Sonar and passed to all other Sonars in the process.
If the process starts in Ibexa Connect, we recommend using the “runid” variable of the starting sonar. Use the following trick to do this:
While editing the scenario, run this scenario to pass Sonar "start” successfully, whereby Ibexa Connect creates the "runid" variable for this scenario. Then edit all remaining sonars in the process. The “runid” variable that you add as a unique identifier is available in their settings.
If your hybrid process continues with sonars in other tools and applications outside of Ibexa Connect, you need to ensure that this variable is transmitting.
Caution
If run identification is not set, Robolytix stores the total number of Sonar passes. There are no extended outputs about the time course of such a process. However, in some cases, this is entirely sufficient. Therefore, run identification is an optional setting.