Defining a configuration variable
Configuration variables are available in the process flow as global variables. These variables are defined in a configuration set.
- Access Process Server Administrator and select Configuration > System Configuration.
- From the Configuration Sets list, double-click a configuration set.
- Depending on the connection you want to configure, select the tab where you need to define the variables.
- Select Actions > Create.
-
Specify this information:
- Property Name
-
Specify a property name in the correct format.
If the variable is defined in the Properties tab, the variable name must be in this format:
_configuration.<Configuration_Set_Name>.<Variable>
For example, _configuration.system.mailFrom.
Otherwise, the variable name is in this format:
_configuration.<Configuration_Set_Name>.<Configuration_Type>.<Property>
Note:Property names must start with a letter or an underscore (_) and can only be followed by letters, numbers, and underscores.
- Value
-
Specify the value of the property.
- Description
-
Provide a description about the variable.
- Select Actions > Save.