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. This tutorial will guide you to analyze you processes in UiPath.
UiPath platform for robotic process automation. It is a complete software solution that enables you to automate your back office repetitive tasks. It converts tedious tasks into complete UI automation, thus, making your work easier and faster. It allows you to create a Workflow that will help you model processes of your business operations. They are a great way to setup automation with little or no knowledge about programming.
Prerequisites
To use Robolytix with UiPath, it is necessary to have a Robolytix account. If you do not have one, you can create the account at Robolytix.com and make basic settings using the onboarding wizard.
If you want to see full featured settings with examples, see detailed How to use Robolytix with UiPath video.
We have prepared library containing Robolytix connector for UiPath. You can install it by Packages Manager which is part of UiPath Desktop.
To connect your Robolytix account to UiPath, you must provide access to processes in your account. In UiPath, the best way to do it is by using variables. Create three following variables:
You must obtain API key for setting up the connection. To get your key, log in to your Robolytix account and generate it in settings menu. See detailed walkthrough Obtain API key.
Now create process in Robolytix and set value of robolytix_processid to process GUID. It is located in Settings ->Process -> General tab. You can create new process in Robolytix by following detailed guide Setting up processes in Robolytix.
Keep default value of robolytix_runid empty. The first Sonar in process will set its value.
Process monitoring is performing by using Sonar checkpoints. The Sonars are at the beginning of the process, at all ends of the process, and at main branches in the process. Each Sonar embedded in the process contains the following settings:
Now you can add Sonars to your processes. First step is to add Sonar with type start to the beginning of the process. Set field Name properly with clear description and choose your process in Robolytix. You can create new process in Robolytix by following detailed guide Setting up processes in Robolytix.
Second step is to mark end of the process. Add Sonar with type end. In latest version of our connector you don't need to set value for parameter Run identification to variable robolytix_runid.
Now you can add as many Sonars as you want. Good practice is to add Sonar to each important branch and each big loop in you process. Use Sonar type common, or type error for handling errors.
After proper process execution visit the Robolytix platform and check process statistics. It is possible to show all recent messages sent to the specified process. Go to Settings -> Processes menu and select the list of process messages.
If you have questions or need help with implementation please contact us at support@robolytix.com.
There is also a Support Forum for further questions.