Process parameters
Parameters are used to parameterize the behavior of a process. Parameter values are passed when the process is started or when using it as a referenced process.
Create a process parameter
To create a process parameter:
-
In the Process editor’s Palette, select the Parameter tool in the Component accordion.
-
Click on the process diagram. A block representing your parameter is added to the diagram.
-
Right-click this block and then select Show Properties View.
The properties view appears. -
In the Properties views, set the following values in the Core section:
-
Name: Name of the parameter. Use a naming convention for these names since they are used in the variable path.
-
Type: Type of the parameter.
-
Value: Default Value for this parameter.
-
-
Press Ctrl+S to save the process.
Use a parameter in a process
You can use a process parameter anywhere in your workflow, for example in the code of an action, using the ${<parameter_name>}$
syntax.