You can call an external application from a process flow by using a Run Program
activity. You can specify the file that contains the data you want to send to the
external application as well as the output file you want the external application to
write to.
-
In a process flow, double-click a Run Program activity.
-
Click the Variables tab.
-
To specify an input file,
-
Click the Add button under the
Inputs section.
-
In the Name field, enter a meaningful name for
this file. The name can be anything you choose.
-
In the Location field choose one of the
following:
- Browse for file on the server
- Choose this option to go to the input file you want and
select it.
- Reference an upstream activity's
file
- Choose this option if you want to use a file assigned to an
existing variable from an upstream stage.
-
Click OK.
-
To specify an output file,
-
Click the Add button under the
Outputs section.
-
In the Name field, enter a meaningful name for
this file. The name can be anything you choose.
-
In the Location field choose one of the
following:
- Browse for file on the server
- Choose this option if you want to go to an output file and
select it.
- Temporary file managed by the
server
- Choose this option if you want the output from the program
to be written to a temporary file that will be automatically
created and deleted as needed. This option is useful in
cases where a file used only as an intermediate step in a
process flow and is not needed once the process flow
completes.
-
Click OK.
-
Click OK to close the Run Program
Options window.