Creating CLI Actions

Actions can only be created inside an Action Pack.

Watch the video

The following components have to be installed on the client before creating CLI Actions:

To Create CLI Actions

  1. Navigate to the Process Assembly perspective and click the Action Packs tab.
  2. Click the Action Pack where you want to create the Action or create a new one. (For more information see the Creating Packs section).
  3. Click Add Action. The Add Action window is displayed.
  4. Select the CLI Action Type (Command Line).
  5. Enter a Title for the Action. The Name for the Action is suggested automatically.
  6. Enter a new Category for the Action or select an existing one from the dropdown list. Categories are used to group and easily find the Actions and are displayed on the Actions tab.
  7. Click Next to confirm the creation of the Action.
  8. Re-validate your input and click Add to create the Action.

You can view all objects of the Action by right-clicking it and selecting Jump to source.

It is good practice to provide information to others in the Documentation tab of the Action workflow to help identifying your content.

See also:

Learn more on how to configure a CLI Action by reading the following use case: Creating your First CLI Action