How to schedule a uipath orchestrator job using azure pipeline

194 views Asked by At

Is there any way/package available in uipath to schedule the orchestrator job using azure pipeline? I got the uipath Integration package but it only provides the package for create pack,deploy package, manage asset,job run and testcase run..

I referred different forum to get something regarding my requirement,but no luck.

1

There are 1 answers

0
etskinner On

This should be possible by using the Orchestrator API (specifically Schedules Requests). You can then call the API by using a PowerShell job in Azure Pipelines.