You can modify your workflows while having support for 7.x without branching.

Prerequisites

  • Verify that you are running vRealize Orchestrator 7.6.

Procedure

  1. Log in to the vRealize Orchestrator Legacy Client.
  2. 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 your-project-name-package folder.

  3. Edit and save the workflows that you want to change.
  4. 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

Results

The changes that you made to the workflows in step 3 in this procedure are downloaded.