Multiple choice technology packaged enterprise solutions

Which of the flow shapes can be used for a path execution in a situations like “if...then” logic?

  1. Utility

  2. Decision tree

  3. Router

  4. Split for Each

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

Decision trees (and the Decision shape) are used in Pega flows to implement conditional branching - the equivalent of if...then...else logic. They evaluate conditions and route work down different paths. Utilities (A) perform processing, Routers (C) assign work, and Split for Each (D) iterates - none handle conditional logic.