27 Jun 2019 05:05 PM - last edited on 13 Apr 2023 10:35 AM by Karolina_Linda
Hello community!
Does anyone have experience in UIPath monitoring? It got instrumented, and i see 4 general methods in uipath executor .NET process. But i do not know how to find methods parameters to get executed scripsts names or anything business process automation related. That provides info about executed robotic scripts.
Appreciate any hints.
Regards,
Igor
27 Jun 2019 06:31 PM
Another possible candidate
27 Jun 2019 06:39 PM
To find parameters you should go to method hotspots, download classic and look in sources which parameters are in methods. It is possible that you will find some good candidate there in some object.
Sebastian
01 Jul 2019 02:05 PM
So far i have found https://robot.uipath.com/docs/introduction
Executor (UiPath.Executor.exe):
Runs the given jobs under a Windows session (executes workflows);
Is aware of per-monitor DPI settings.
and it seams that it has JobCompleted representing finished workflow. I am currently verifying it ...
12 Dec 2019 05:15 AM
Hello all, I think this is nascent field. I am interested to what values can be provided to RPA UIpath monitoring as the UIPath robots already have orchestrator based log monitoring (functional aspect).
Also, can we do deep instrumentation of the Robot process to get the method param or return value.
(What I am trying to achieve is combine the power of UIPath robot and Dyntarce AI monitoring.)
18 Dec 2019 12:39 PM
Thank you the detailed documentation. Does this integration supports events created by UiPath to be logged into Dynatrace Problem records ? is their any special steps required to attain this ? are their any limitations ?
Do we have same type of integration available for winautomation ? along with the ticket creation ?