Working with Packs (GUI)

As a system administrator, you install Packs to enhance the AWA functionality. Use the Plugin Manager to manage packs integrated into AWI from the user interface. For more information, see About the Plugin Manager.

The predefined Action Packs that let you incorporate different actions into release workflows are available at https://marketplace.automic.com/.

Note: To see the Packs page in the Administration perspective you must install the Plugin Manager in the respective AWI instance. For more information, see Installing the Plugin Manager.

Graphic depicting dependencies of Action Builder, Package Manager, Plugin Manager, content artifacts and Marketplace

This page includes the following:

Viewing Packs

Packs can be accessed from the Administration perspective by selecting Packs in the navigation pane. They can also be accessed from the Process Assembly Explorer.

Installing Packs

On the Administration perspective, go to Packs and select Install Pack. Press the Upload button, navigate to the location where you have downloaded the Pack and follow the instructions of the wizard.

After the installation is complete, the new Action Pack can be found in the PACKAGES folder of the Process Assembly perspective.

Notes:

Some Packs may contain AWI plug-ins, which are installed together with the Pack. To check if the Plug-in has been registered correctly do one of the following:

Creating Packs

Before creating an Action Pack, the following should be defined:

The following graphic depicts the typical workflow when creating an Action Pack:

Graphic depicting typical workflow when creating action packs

To Create an Action Pack

  1. Under the Process Assembly perspective, click the Action Packs accordion tab in the sidebar.
  2. Select Create Action Pack. The New Action Pack dialog is displayed.
  3. Enter a title for the Action Pack. The name for the Action Pack is suggested automatically. The name consists of the following parts:
    • PCK.CUSTOM (prefix). The prefix can be configured via the actionbuilder.properties file. For more information, see Installing the Action Builder.
    • Title of the Action Pack.
  4. Select Create Action Pack.

Exporting Packs

Packs can be exported in the Process Assembly perspective to be reused in another client or system.

Important! When exporting a Pack, ensure that the metadata contains the correct values. It is good practice to increase the version number with subsequent releases of your Pack to distinguish between different versions. The version number can be set in the Metadata object of the Pack.

To Export an Action Pack

  1. On the Action Packs page of the Process Assembly perspective, right-click the relevant Action Pack and select Export.

  2. On the Export Action Pack window, select Export to automatically validate and build the Pack.

  3. Select Download to download the Pack and select a destination.

A semantic check is performed before exporting the Action Pack, thus ensuring that the Actions are defined correctly. The following properties are checked:

Note: It is not recommended to export Action Packs with a hard-coded Agent/Login set.

Cloning Packs

The cloning functionality of the Action Builder allows you to save time when creating Packs which are similar to existing ones.

Important! Action Packs can only be cloned provided the SEARCH_SCRIPT_FOR_USAGE setting in the UC_CLIENT_SETTINGS Vara is set to Y. For more information, see the Prerequisites table in Installing the Action Builder.

Note: Cloning an Action Pack results in all Actions and objects that directly belong to it (Includes, Prompsets, Workflows) to be copied.

To Clone Packs

  1. On the Action Packs page of the Process Assembly perspective, right-click the relevant Action Pack and select Clone.

  2. (Optional) Change the title for the cloned Action Pack.

    Tip: It is recommended to enter a descriptive name because the title helps you and others to better identify the purpose of the Action Pack.

  3. Enter a Name. A prefix is automatically added by the system to adhere to the Action Packs' naming conventions.

    Note: Prefixes can be configured via the action.builder file.

The cloned Action Pack is displayed on the list.

Deleting Packs

On the Packs page of the Administration perspective, right-click the Pack you want to delete and select Remove.

See also:

Working with Packs (CLI)