Application DesignParameters

You can create parameters within a business rule component. Each parameter becomes a data map entry that includes a name (key) and a value. The value can be a literal value or can include a reference to another data map entry that is resolved at run time.

Note: You should not define parameters in a conditional business rule component.

Tip: You can configure whether the value of each parameter remains fixed throughout the execution of a business rule component by configuring the sticky attribute of the business rule component.

The following is the syntax for specifying parameters.

Important! Content in a business rule is case sensitive. This includes business rule component names, attributes, and values.

Note: If you create a parameter, you must specify a name for it as the value for parameterKey. You are not required to specify parameterValue. Do not begin and end the name with an exclamation point (!), because that syntax is used for reserved keys.

ClosedAbout the syntax documentation

<parameters>

<parameter parameterKey="Name_of_parameter" dataType="STRING|INTEGER|BOOLEAN|NUMBER|BINARY|DATE" resolveValue="true|false">

<parameterValue>Initial_value_of_parameter</parameterValue>

</parameter>

</parameters>

Built-in Parameters

Loftware Enterprise SP includes built-in parameters for some types of business rule components.

Parameters for dataService

Built-in parameters are available for use in dataService business rule components. The appropriate parameters vary depending on the type of data service.

ClosedJDBC Data Service Parameters

ClosedFile Data Service Parameters

ClosedHTTP Data Service Parameters

ClosedSOAP Web Service Data Service Parameters

Parameters for dateTime

Built-in parameters are available for use in dateTime business rule components.

CloseddateTime Parameters

Syntax Tips

Additional information is available about the following items.

CloseddataType or valueType

ClosedparameterKey

ClosedparameterValue

ClosedresolveValue

Tip: For assistance with a business rule that you have created or to have Loftware create business rules for you, contact Loftware's Professional Services Group.