roshni katare
roshni katare

Reputation: 11

How to schedule a uipath orchestrator job using azure pipeline

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.

Upvotes: 1

Views: 230

Answers (1)

etskinner
etskinner

Reputation: 148

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.

Upvotes: 0

Related Questions