hi all,
how I can get the name of current job running in orch if exist.
(in different process )
hi all,
how I can get the name of current job running in orch if exist.
(in different process )
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!
no its not helpful i see the post
i want the name of process
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!
its return just number of jobs !!
Enumerable.SelectListIterator<JobDto, OrchestratorJob>(Count = 1)
this is what return
@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.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.