Multiple choice technology platforms and products

“Transition” part is used in an activity

  1. To transfer control to another activity

  2. Evaluated before each step is executed

  3. Is automatically enabled when activity created

  4. True-false test, evaluated during activity execution that determines whether the flow of control in an activity continues with the next numbered step.

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

A 'Transition' in a Pega activity is a true/false condition that is evaluated before each step executes. If the transition evaluates to true, the activity continues to the next numbered step. If false, the activity skips subsequent steps and exits. This provides conditional flow control within activities.