Hi all,
is it possible to download information about the list of processes in orchestrator, their scheduling, and the average execution time of those processes over the last month (for example)?
Hi all,
is it possible to download information about the list of processes in orchestrator, their scheduling, and the average execution time of those processes over the last month (for example)?
HI @andreus91
What are information that you need to download from the processes ?
Check out the document
Regards
Gokul
Check out this thread to download the process
Regards
Gokul
Hi @Gokul001,
only statistics about each process in orchestrator:
HI @andreus91
We can download the nuget package and get the log message for the process.
By clicking the download option
In the Log file You can find these information
Time,Level,Robot,Process,Windows Identity,Message,HostMachineName
I don’t think so it possible to get your required details.
Regards
Gokul
have a look and check the ORC REST API with swagger
https://docs.uipath.com/orchestrator/reference/api-references
Combining responses from the endpoints Jobs / JobTriggers maybe allows to get a result as targeted