Relationship of Jobs to Queue Items

I am trying to validate data in the Production database for orchestrator. In doing so, I am needing a more clear understanding of how information in Orchestrator in the Jobs tab relates to information in the Queues/Transactions. More specifically, we are trying to see if there is a way to get a count of how many queue transactions are reflected on a per job basis. Is this possible or is there not a correlation in this way?

Hi.

If I understand you correctly, you want to get analytics on how many Transactions were performed per job.

I believe you can do this from the Logs. So, essentially, you could add a Log Field for TransactionNumber (similar to how REF is doing it), then you can sort your database data by Job name, Robot, and get the TransactionNumber which should give the number of Transactions.

I could be wrong though, because I don’t manage analytics much and have little experience with making dashboards, etc.

Regards.

2 Likes