Process
The Process math variable is used to call or execute a custom java class extension from within the Math. Custom configuration called during Math execution using extension and Process math variables allows the system to perform custom calculations/math and return the results to OIPA. You may also pass the math variables as parameters to other java classes.
Process Math Variable in Palette
Important | For a comprehensive explanation of the characteristics of this math variable, refer to the XML Configuration Guide in the Help menu. |
Define the Process Math Variable
Drag and drop the Process math variable from the Palette window onto the Math Pane. Enter the following information for the math variable.
-
Type a name in the Name field. This is required.
-
The applicable Data Type selection is defined as: Activity, Boolean, Date, Decimal, Integer, Map, Object, or Text. This is required.
-
Make sure variable type is defined as Process. This is required.
-
The Object is the name of the class name of the extension. For example, TestExtension.
- The NameSpace is the package the class resides in. For example, com.oracle.oipa.ext.
-
Input provides a list for Parameter Name as required input. Value is a drop down selection box that contains previously defined Activity Fields and Math variables.
Check-in the transaction to save the information to the database.