Contextual menu for subprocesses
Properties
Argument Definition
Use to define input and output arguments for a subprocess.
Input tab
Robust description of control.
Argument Definition table
Lists the input arguments for the subprocess. The input arguments represent data the subprocess requires to run.
Name column
Displays the name of the input argument.
Type column
Displays the data type of the input argument.
Add icon
Click to add an input argument to the subprocess.
Edit icon
Click to edit a selected argument. You can modify the name and type of the argument.
Remove icon
Click to remove a selected argument.
Output tab
Robust description of control.
Argument Definition table
Lists the output arguments for the subprocess. The output arguments represent data the subprocess returns when it finishes running. They are the result of running the subprocess.
Name column
Displays the name of the output argument.
Type column
Displays the data type of the output argument.
Add icon
Click to add an output argument to the subprocess.
Edit icon
Click to edit the selected argument. You can modify the name and type of the argument.
Remove icon
Click to remove the selected argument.
Modeling and Implementation Guide, "Using Subprocesses to Organize Your Process"
Copyright © 1997, 2010, Oracle. All rights reserved.