Get current job running

hi all,

how I can get the name of current job running in orch if exist.
(in different process )

Hi @Yazan_Otaibi

I think so this should be possible through Orchestrator API:
https://docs.uipath.com/orchestrator/standalone/2023.4/api-guide/api-references

You can try to find more at this link.
From here you fetch details of the Jobs.
https://docs.uipath.com/orchestrator/standalone/2022.10/api-guide/jobs-requests

Thanks
Happy Automation! :smiley:

Hi @Yazan_Otaibi

Check below post for your reference

Hope this may help you

Thanks,
Srini

1 Like

no its not helpful i see the post
i want the name of process

@Yazan_Otaibi

Also theirs an activity called as Get Jobs:

Here you can put filter and get details.

That would be able to get you all the job details.

Happy automation! :slight_smile:

1 Like

its return just number of jobs !!

Enumerable.SelectListIterator<JobDto, OrchestratorJob>(Count = 1)
this is what return

@adiijaiin

@Yazan_Otaibi what orchestrator are you using ? Basically you can get JobID and based on properties you can get ReleaseID ( Process name ) of this job, but i can’t help since don’t know is it on prem o cloud and what version.

1 Like

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