How do I work with the variable iEnumerable that comes out of the Get Jobs function

I need the code execution time, code execution time and the name of the job executed, how can I get this information through the get job?

1 Like

Hi @Ruan_Santos

Welcome to forum

Use orchestrator API Get Job

This API call helps to get the above details u required

Link

Hope it helps you

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

@Ruan_Santos

you can read access the output (IEnumerable(Of OrchestratorJob) e.g. within a for each loop

set typeArgument for the for each to UiPath.Core.Activities.OrchestratorJob

While iterating over the different jobs you can access methods / Properties as offered by the api. (See screenshot)

2 Likes

sorry but it was not very clear how to use these functions could i have an example of how it would look in the studio?

Thank you! I’ve had a similar case and this post helped me a lot! Thanks again!

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