Deploy to Orchestrator using Script

Hi All,

I am working on automating the deployment process in UIPath.
I am able to create the nupkg and publishing to orchestrator using script,

After the process is published to Orchestrator there are couple of other steps which we
do in Orchestrator manually to deploy it, wanted to know if we can perform them using script.

Thanks
Yatan

Hi,

I don’t think you will be able to do this via API (I don’t see process create in the swagger). So maybe you just need to build a bot which will log into Orchestrator and create the package?

Although, to be fair, allowing bots to create other bots is probably how the apocalypse starts :wink:

Cheers
Andrzej

Hi Andrezej,

So as a best practice the automation should be done uptill publish of process to Orchestrator and the deployment should be done manually by admin. Is my understanding right ?

Thanks
Yatan