InterviewSolution
| 1. |
Explain declarative rule in the context of Pega. |
|
Answer» A declarative rule is an instance of a subclass of the Rule-Declare-class. In a Declare Expression, Constraints, Declare On Change, or Declare Trigger rule, we can specify needed relationships among attributes. When the value of a property is involved in any of these declarative rules, the system checks an internal dependency network for other values that are affected and does other processing based on the network's configuration. This is referred to as Forward chaining. Most declarative rules are reevaluated after the following types of events:
Decision tree rules, decision table rules, and case match rules do not employ forward chaining and are only assessed when explicitly requested. |
|