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)?
Gokul001
(Gokul Balaji)
November 11, 2022, 1:35pm
2
HI @andreus91
What are information that you need to download from the processes ?
Check out the document
A process represents a package version linked to a particular folder. When you deploy a new process, it becomes available for all accounts that have access to that folder. The Processes page enables you to deploy an uploaded package as a new process,...
Regards
Gokul
Gokul001
(Gokul Balaji)
November 11, 2022, 1:36pm
3
Check out this thread to download the process
Hi @bosses.project ,
You can download packages from Orchestrator, go to Tenant > Packages:
[image]
And then find the package you want, click on the 3 dots > View Versions:
[image]
And then find the version, click on the 3 dots and download:
[image]
This will download a .nupkg file, you can replace .nupkg with .zip and then your code will be in zipfolder\lib\net45
Regards
Gokul
1 Like
Hi @Gokul001 ,
only statistics about each process in orchestrator:
process name
Scheduling time
Average duration time/jobs last month
Gokul001
(Gokul Balaji)
November 11, 2022, 1:43pm
5
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
ppr
(Peter Preuss)
November 11, 2022, 2:01pm
6
have a look and check the ORC REST API with swagger
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Combining responses from the endpoints Jobs / JobTriggers maybe allows to get a result as targeted