Creating the configuration items


When you use configuration items in workflows, they act as constants for processes on a grid. Two workflows that you will create later in this chapter, the Copy File workflow and the Copy Files in Directory workflow, will use configuration items for the adapter name, the directory command, and the copy command. This task creates the configuration items that will be used in the subsequent workflows.

To create the configuration items

  1. In the BMC Atrium Orchestrator Development Studio Project Navigator, expand the Samples module and double-click Configuration.
  2. In the Module Configuration pane, click Add Module Configuration Group g_aum1_config_group_add_127088_516.gif.
    A new configuration group named NewContainer1 is added in the Module Configuration pane, and the Name field in the Group Name pane displays NewContainer1.
  3. In the Name field, type Samples and then click Save.
  4. In the Module Configuration pane, select the Samples configuration group that you just created.
  5. Click Add Module Configuration Item g_aum1_config_item_add_127086_516.gifat the top of the Module Configuration pane.
    A new configuration item named NewValueNode1 is added in the Module Configuration pane, and the Name field in the Item Details pane displays NewValueNode1.
  6. Enter the following information in the Item Details pane, and then click Save.

    Field

    Description

    Name

    Enter CMD_Adapter.

    Type

    Select Static Value.

    Value

    Enter the name of the Command Line adapter configured on your grid (for example, commandLineAdapter).

    Warning

    The macro unmigrated-inline-wiki-markup from Confluence is no longer available.

    The configuration item and value are displayed below the selected group as shown in the following figure.

    Module Configuration and Item Details panes

    g_aum1_firstConfigGroup_127279_516.gif

  7. Repeat steps 4 through 6 to create a configuration item for the directory command with the following details:

    Field

    Description

    Name

    Enter DirectoryCommand.

    Type

    Select Static Value.

    Value

    Enter dir.

  8. Repeat steps 4 through 6 to create a configuration item for the copy command with the following details:

    Field

    Description

    Name

    Enter CopyCommand.

    Type

    Select Static Value.

    Value

    Enter copy.

    You have created the three configuration items as shown in the following figure.

    Module Configuration pane

    g_aum1_3_config_items_130679_516.gif

Where to go from here

Continue with importing the utilities modules.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

(archive) BMC Atrium Orchestrator Platform 7.6.02