Hi,
when I try to change the Package Version for our Process I get the error :
This process versions are managed automatically. (#1695)
Every time we publish a new version of the package all our tests automatically start to use the latest version of the package. Please how can we change that?
We want to manage package versions manually.
@ashokkarale Sorry but he is not asking about the auto-update of the Studio version, his query is about the package version in the orchestrator!
So @Pavol_Ziacek you can’t change the package version of the published process on orchestrator directly.
Forcefully:
Just delete the process or package from Orchestrator, Respective project or UiPath Application should be closed → Go to Project Folder in File Explorer → Open project.json file in Notepad → Change project version value to the desired project version for eg: 1.0.0 → Save & close the file → Open main.xaml → And publish it with a different name.
@Ajay_Mishra
Thank you for the quick answer. Partially it helped
In Orchestrator we have two modern folders and in both, we want to use the same package.
In one folder we want to use the latest version 2.0 and in the second folder, we want to use old version 1.0.
That’s why we created in a second folder a process with an older Package Version number.
Your solution is to create a separate package for each of the folders but can we do it with the same package?