Robolytix is the key online analytic and monitoring tool for Robotic Process Automation using Sonar technology to evaluate, audit, monitor, and improve the performance of robots operating on any application or RPA platform. This tutorial will guide you to analyze your processes in Azure Logic Apps.
Azure Logic Apps is a cloud based enterprise tool for connecting applications and workflow automation. You can use it for connecting your business-critical apps and services, integrating data from the cloud to on-premises, and automating your workflows without writing a single line of code.
Prerequisites
To use Robolytix with Azure Logic Apps, 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.
We have prepared a template containing Robolytix custom connector for Azure Logic Apps. You can deploy this template to your Azure subscription by Power Shell. If you have not used Power Shell for managing your Azure resources, there are some important basic steps.
Connect-AzAccount
New-AzResourceGroupDeployment -Name addcustomconnector -ResourceGroupName robot -TemplateFile "Robolytix_LogicApps_template.json"
To connect your Robolytix account to Logic Apps, you must provide access to processes in your account. In Logic Apps, you are asked to provide an API key during the creation of the connection. To get your key, log in to your Robolytix account and generate it in the settings menu. See detailed walkthrough Obtain API key.
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 is the right time to add Sonars to your processes. The 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 a new process in Robolytix by following a detailed guide Setting up processes in Robolytix.
The second step is to mark the end of the process. Add Sonar with type end and set value for parameter Run identification to output variable Run identification from the first Sonar.
Now you can add as many Sonars as you want. A good practice is to add Sonar to each important branch and each big loop in your 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.