Local Flow Actions advance the flow.
-
True
-
False
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
Local Flow Actions in PEGA are designed to perform work without advancing the flow to the next shape. They allow users to perform alternate processing, updates, or calculations while remaining at the current assignment. Only after the main flow action (like Submit) completes does the flow advance to the next step.
AI explanation
Local Flow Actions are designed to let a user update a work object's data without moving the flow forward — the assignment stays exactly where it is afterward. Because they never route the work object down a connector to the next flow shape, they do not advance the flow, which is why this statement is false.