Always use the latest deployed package

we have successfully create the Azure DevOps CI/CD to deploy the latest packages, however, we wondered if there is a setting to allow the process always use the latest deployed package? right now, after we run the CI/CD, we still need to login into orchestrator to click the ‘update to latest’ button for the processes, we want to avoid the last manual step

Hi @zhongming,
Welcome to the Community!
Unfortunate this step is required to be manual. In case the new version of the project will be damaged or not working correctly you will know who updated it and will have possibility to downgrade it.

thanks Pablito

Is there API to set the process package version? We can create custom task to call?

Here you can find examples of available API calls:
https://orchestrator.uipath.com/v2019-fastTrack/reference#authenticating

1 Like