Systemwalker Runbook Automation Studio allows you to add new resources to Workflow Application projects.
Prerequisite:
You have created a Workflow Application project that contains all components that are required for managing your project.
Resources indicate the following files:
FTP Agent files
HTTP Agent files
Custom Config files
Configuration file for Java Agents used by the application (agentsConfig.xml)
File Listener file (fileListenerConf.xml)
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:
Right-click your project in the Navigator view and select New from the pop-up menu.
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.
If you want to edit existing resources:
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)
Edit the files.
To edit FTP Agent files
Refer to "11.11 Defining FTP Agents".
To edit HTTP agent files
Refer to "11.12 Defining HTTP Agents".
To edit Custom Config files
Refer to "C.5 Custom-Built Files".
To edit the Java Agent file (agentsConfig.xml)
Refer to "11.10 Defining Java Agents".
To edit the File Listener file (fileListenerConf.xml)
Refer to "11.9 Using Triggers" and "11.13 Defining File Listener".
Click the Save button in the toolbar to save your changes.
If you want to copy and paste existing resource files:
In the Navigator view, right-click a resource file and select Copy from the pop-up menu.
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.