Skip to main content

Work with File Management 

Use the File Management feature to easily upload and centrally manage files for AutomationEdge artifacts and components, such as Plugins, Agents, and Process Studio. You can upload files that support configurations or change frequently, directly through the AE UI. Managing files ensures that the supporting files are seamlessly provided to their respective components.

In the chapter, you will learn about how to upload plugin supporting files and add the file types you can upload as supporting files.

The chapter consists of the following topics:

  • Upload supporting files for plugins
  • Add allowed file types

Upload supporting files for plugins

You can upload and manage supporting files for plugins centrally, which are automatically downloaded onto the Agent and / or Process Studio upon synchronization.

For example, the GUI Automation plugin requires support files, such as Chrome browser drivers, Firefox browser drivers, and so on during workflow execution. Through the Files menu you can ensure that you have the required version of the browser driver available for a seamless GUI Automation workflow execution.

Important

We highly recommend that you upload the plugin supporting files to AE server using the File option.

If you upgrade the supporting files manually, you will have to perform the process repeatedly on all machines that have the Agents and / or Process Studio installed. In addition, the system may become unstable and not work properly.

To upload plugin files:

  1. In the menu, click File Management -> Files. The Plugin Files page appears.

    Plugin Files

    Figure 62: The Plugin Files page

  2. On the Plugin Files page, click Upload. The New File dialog appears.

    New File

    Figure 63: The New File dialog

  3. Click in the Plugin box. The list of plugins for which you can upload the supporting files appears.

tip

To select multiple plugins, select the respective plugin checkbox.

  1. Select the plugin, and then click Choose File. In the Open dialog select the zip file you want to upload.

  2. Click Upload. The supporting file is uploaded.

    Plugin Files Upload Figure 64: Plugin Files: The uploaded support file view

IMPORTANT
  • To update the existing plugin supporting file, in the Actions column, click edit . In the Update File dialog, select the updated file and then click Update.

    Update File

    Figure 65: Update File dialog

  • To remove the plugin supporting file from the AE server, click Delete

Add allowed file types

You can add the type of files that can be uploaded to the AE server. For example, .zip, .exe, .png, and so on.

If you create the list of file types, then all uploaded files are checked against the list of accepted file extensions and validated for the correct file format using MIME type. Creating the list allows you to detect and block potentially harmful files, such as executables or scripts.

tip

You can provide the list of banned extensions in the ae.banned.file.extension property available in the ae.properties file.

For details, see the Installation guide -> Configure application settings section. The banned file settings in the ae.properties will override the file types selected through AE

IMPORTANT

Configuring allowed file types does not restrict you from uploading or upgrading .zip or .jar files through the following:

  • Artifacts
  • Plugins
  • File Management

To add file types:

  1. In the menu, click File Management -> Allowed File Types. The Allowed File Types page appears.

    Allowed File Types page Figure 66: Allowed File Types page

  2. Click Add. The Add File Types page appears.

    Add File Types dialog
    Figure 67: Add File Types dialog

  3. Enter the following field details:

Field nameDescription
File ExtensionEnter the type of file you want to add to the list. For example, pdf.
MIME Type*Enter the type of MIME you want for the file extension.
Note: You can select multiple file extensions.

* Indicates mandatory field.

  1. Click Add. The extension list is created.
  2. Click Add All. The extensions appear in the list on Allowed File Types page.