More about Parse Structured rules
|
|
Service and connector forms may reference Parse Structured rules in data mapping. When evaluating the service or connector, the system evaluates the Parse Structured rule.
To execute a Parse Structured rule in an activity, use the Apply-Parse-Structured method.
Through changes to the prconfig.xml
file or Dynamic System Settings, you can be alerted to unusually long Parse Structured executions as PEGA0011 alerts.
Click Actions > View Java to view the generated Java of a rule. You can use the Java code to debug your application or to examine how rules are implemented.
The Rule-Parse-Structured class is a child class of the Rule-Obj-Activity class. This class is not derived from the Rule-Parse- abstract class.