The advancedProperties
property is for use only with rule tasks. This property allows you to set or access additional properties that can be set through an extension of the ILOG Rule Language (IRL) syntax in the rule engine.
To set this property:
-
Click a rule task in the Project Explorer to display the rule task properties in the Property Sheet.
-
Click the
advancedProperties
property and then click on the
button to open the advancedProperties window.
-
Type in the additional property definition. An example is shown in Figure 9.17.
-
Figure 9.17 Setting the advancedProperties Property
Following is an example of two advanced properties: the firinglimit
accepts an integer that indicates how many rule instances will be fired; property
is a custom property that allows users to "extend" the task definition.
firinglimit = 4;
property foo = "bar" ;
|