Hi Team ,
Is there any way to get details of processes is running and completed or pending means all states
is it possible ? Please let me know
thanks
Hi Team ,
Is there any way to get details of processes is running and completed or pending means all states
is it possible ? Please let me know
thanks
You have a activity called Get Jobs you can try with that
https://docs.uipath.com/activities/docs/get-jobs
Regards
Sudharsan
@Sudharsan_Ka thanks for the video but can we get the specific time slot … process the details for orchestrator ?
To retrieve the status of a job in UiPath Orchestrator using the API, you can use the Get
method of the Jobs
API endpoint.
https://myorchestrator.com/odata/Jobs(<JOB_ID>)
This will retrieve the status of the job with the specified JOB_ID
. The Status
field of the response will contain the current status of the job.
Regards,
Kaviyarasu N
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.