Hi, I’m trying to get use to ‘GetJobs’ activity filter. using uri-conventions:
I know how to select by process name with this:
contains(Release/Name,%27ProcessName%27)
But I don’t know what other options I have to filter. for example:
1.- if I want to filter by job status?
2.- if I want to filter by started or ended time?
- if I want to filter by source or robot or environment?
what other options I have to filter? I’ve saw others doing “Robot/Name” options also, where can we find all the options we have?