Setting up order orchestration

You can set up order orchestration by using the installService script.

Before you begin

About this task

The order orchestration package must be installed for an Enterprise organization.

Procedure

  1. Run the installService script on the order orchestration JAR by running the following command from the INSTALL_DIR/bin folder. The order orchestration JAR is located in the INSTALL_DIR/orderorchestration directory.

    ./InstallService.sh INSTALL_DIR/orderorchestration/orderorchestration.jar

    The order orchestration script installs the order orchestration related configurations such as pipeline, transactions, services and resources such as properties and templates. The script also installs sample ODM rules and sample UI extensions.
  2. To ensure there are no errors or conflicts due to activator, run the following command from the INSTALL_DIR/bin directory:
    ./sci_ant.sh -f integration_load_defaults.xml -DFunctionality=ORCH -DEnterpriseCode=value validate
  3. To install the factory setup for the order orchestration activator, run the following command from the INSTALL_DIR/bin folder.

    ./sci_ant.sh -f integration_load_defaults.xml -DFunctionality=ORCH -DEnterpriseCode=value activator

  4. Load the order orchestration properties into the database. Learn more...

What to do next

  • Analyze the application-provided configurations for order orchestration. Learn more...
  • Provide custom configurations required for order orchestration. Learn more...
  • Configure the order orchestration related properties. Learn more...