Hi all, can someone help me in creating a filter for the “Get Jobs” activity?
Specifically, I have to output the pending jobs for a certain robot user, can you tell me how I can create the filter?
Thank you
Hi all, can someone help me in creating a filter for the “Get Jobs” activity?
Specifically, I have to output the pending jobs for a certain robot user, can you tell me how I can create the filter?
Thank you
Hi @simone.trenta ,
You can use the following expression in filter:
"State eq 'Pending' and Robot/Name eq 'RequiredName'"
Regards,
Thanks, it solve my problem
Hi, how can I get job filtering by job priority?
@simone.trenta , for your reference:
"State eq 'Pending' and Robot/Name eq 'RequiredName' and JobPriority eq 'High'"
Regards,
Where can I find all the field that can I use?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.