Tracking number of times a bot has run

Hi all,

I am trying to keep track how many times a scheduled bot (through orchestrator) has run on a particular day. The current number should be available in studio as a variable. How to do this?

Thanks a lot!

Kris

@krisvandenbergh
have a look on Orchestrator API related to Jobs. With Filtering on start and end date you could retrieve this info
https://docs.uipath.com/orchestrator/reference/jobs-requests

also have a look on this activity and it filter property

1 Like

When I put “CreationTime gt 2020-03-24T00:00:00Z” it works, however when I enter "CreationTime gt " + yesterday.ToString(“yyyy-MM-ddThh:mm”, System.Globalization.CultureInfo.InvariantCulture) it breaks. Any idea what is wrong with my filtering expression? I am following the odata standards…

@krisvandenbergh
have a look here:
grafik

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.