Function Application Rule
This Application Rule is used to call Database functions in your Process Flow.

Figure 4-8 Function Application Rule Details window

Table 4-4 Function Application Rule Details Description
| Field Name | Description |
|---|---|
| Name | Enter a unique name for the Application Rule. |
| Rule Type | Select the rule type from the drop-down list. The available rule types are Decision Rule, Execution Rule, and Selection Rule. |
| Execution Type | Displays the Application Execution Type as Function. |
| Function Name | Enter the Function Name. |
| Input Parameters | Select the list of Data Fields which will be passed as input parameters, from the drop-down list. |
| Parameter Mode |
Enter the Parameter Mode in JSON format. For example, suppose you have given 3 parameters as input parameters, enter parameter mode as [“IN”,”IN”,”OUT”]. During Execution of Function,
|
| Return Parameter |
Select the Data Field that receives the return parameter of the Java function, from the drop-down list.
|
| Scope | Select the Scope as Process to use the Application Rule only in the current process or Package to use the Application Rule across all the processes in the package. |