Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Setup Guide

19.2.3 Setting Application process settings

This section explains how to modify the application process settings.

Note

The setting to "use" application process cannot be modified to "not use" once the operation has started (after publication of the L-Platform template).

To change Application process settings

The procedure for changing the setting whether to use the application process is as follows.

  1. Open the following file.

    [Windows Manager]

    <installation_folder>\RCXCTMG\MyPortal\config\custom_config.xml

    [Linux Manager]

    /etc/opt/FJSVctmyp/config/custom_config.xml
  2. Set the following items:

    Setting item

    Description

    enable-create-workflow

    Specify true if you want to use the application process for L-Platform subscriptions. Specify false to not use it.
    "false" is set during installation.

    enable-reconfigure-workflow

    Specify true if you want to use the application process for L-Platform modifications. Specify false to not use it.
    "false" is set during installation.

    enable-return-workflow

    Specify true if you want to use the application process for L-Platform cancellations. Specify false to not use it.
    "false" is set during installation.

    Note

    If the values of the setting items are all "false", the Request tab is not displayed in the ROR Console.

    An example is shown below.

    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
        ...
        <entry key="enable-create-workflow">true</entry>
        <entry key="enable-reconfigure-workflow">true</entry>
        <entry key="enable-return-workflow">true</entry>
        ...
    </properties>