Orchestrator query question

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

1 Like

Hi @Gokul001,

only statistics about each process in orchestrator:

  • process name
  • Scheduling time
  • Average duration time/jobs last month

HI @andreus91

We can download the nuget package and get the log message for the process.

By clicking the download option

image

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

Combining responses from the endpoints Jobs / JobTriggers maybe allows to get a result as targeted