Multiple choice technology web technology

Which declarative rule is used to run an activity when the value of a specified property changes ?

  1. Declare Expressions

  2. Declare Constraint

  3. Declare Trigger

  4. Declare OnChange

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Declare OnChange is specifically designed to execute activities when a property value changes. Declare Expressions (A) compute derived property values. Declare Constraint (B) validates property relationships. Declare Trigger (C) doesn't exist as a standard Pega declarative rule type.