You can modify your workflows while having support for 7.x without
branching.
Prerequisites
- Verify that you are running
vRealize Orchestrator 7.6.
Procedure
-
Log in to the vRealize
Orchestrator Legacy Client.
-
Build your package with the
following command and import it.
mvn clean install -Dinstallation.mode=always -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
You might also have to add the
-DallowedMask=vef
argument, if it is in the form of a
Maven variable, to the maven-o11n-package-plugin
configuration
in the pom.xml file in the
<project-name>-package folder.
-
Edit and save the workflows that
you want to change.
-
Go to the
your-project-name-package folder
and run the following command.
mvn o11n-package:import-package -DserverUrl=user:pass@<your_7.6_environment>:8281
The changes that you made to the workflows in step 3 in this procedure
are downloaded.