Orchestrator Schedule - Extract?

Is there a way to extract the schedule from Orchestrator?

Technically, you could just use UiPath scraping, but not ideal since you would need to log in to Orchestrator’s Portal.

As far as activities, there are currently only activities for Assets, Jobs, and Queues. Maybe they will add more in the future for Schedules.

I believe your best option will be to use API calls. Possibly the Orchestrator HTTP Request activity will work. For info on API, you’ll need to do some research or maybe another community person can provide some insights, because I have only briefly used API and don’t think I’m any help. —use the Search above for API or swagger

Regards

Hi there @rlwalters,
@ClaytonM is absolutely spot on.

You should be abel to leverage the HTTP Request activities to extract necessary schedule information.

The below Swagger for Platform should provide the necessary details:
https://platform.uipath.com/swagger/ui/index#!/ProcessSchedules/ProcessSchedules_GetProcessSchedules

Thanks in advance,
Josh

3 Likes

Hi guys,

If you’re interested in using Orchestrator API but you don’t want to spend too much time building HTTP payloads you could use this Orchestrator PowerShell library: RPA Listings - Collections, Integration Packs | UiPath Marketplace made open source here: GitHub - UiPath/orchestrator-powershell: UiPath Orchestrator PowerShell cmdlet library

With this you’ll call just a PowerShell command to make an API call to Orchestrator.

Cheers,
Bogdan

1 Like