Top
Systemwalker Runbook Automation Studio User's Guide
Systemwalker

3.1.6 Working With Resources

Systemwalker Runbook Automation Studio allows you to add new resources to Workflow Application projects.

Prerequisite:

Resources indicate the following files:

The above resource files are allocated in the Resource folder under the project folder.

Note

You can add only one Java Agent and one File Listener file to your project.

To add new resources to a project:

  1. Right-click your project in the Navigator view and select New from the pop-up menu.

  2. Select the resource that you want to add to your project.

    You have the following options:

    • FTP Agent: Use this option to create a new FTP Agent.

    • HTTP Agent: Use this option to create a new HTTP Agent.

    • Custom Config: Use this option to create new Custom Configuration files.

    • Agents: Use this option to create a new Java Agent.

    • File Listener: Use this option to create new File Listener file.

    • Process Scheduler File: Use this option to create a new Process Scheduler file.

  3. If you want to edit existing resources:

    1. Open any of the following files in the Resource editor.

      • FTP Agent file

      • HTTP Agent file

      • Custom Config file

      • Java Agent file (agentsConfig.xml)

      • File Listener file (fileListenerConf.xml)

    2. Edit the files.

    3. Click the Save button in the toolbar to save your changes.

  4. If you want to copy and paste existing resource files:

    1. In the Navigator view, right-click a resource file and select Copy from the pop-up menu.

    2. Navigate to the Resources folder of another project, right-click this folder, and select Paste from the pop-up menu.

    The resource file is pasted to the new location. If the same file already exists at the new location, Interstage BPM Studio will ask you to overwrite the file. Click Yes to complete the paste procedure.

    Note

    You can only copy and paste the contents of one Resources folder to another. You cannot

    copy the Resources folder itself.