Multiple choice technology web technology

Declare rules are executed when

  1. During flow execution as process conrtol advances from one task to another

  2. At the end of activity step,after invoking the method, but before any transition step

  3. Upon database commit when any object is saved to database

  4. All of the above

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

Declare rules in Pega (like Declare Expressions, Constraints, OnChange, and Triggers) execute automatically based on their configuration: during forward/backward chaining as control advances, after activity steps before transitions, or upon database commits.