🎴 Flashcard Mode

Pega Process Commander Workflow Design

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Decision tree
💡 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.

Change Mode