Multiple choice technology architecture If a flow encounters an error condition that prevents it from continuing, what happens? (a) An exception is placed in the log file (b) The current flow is suspended and the FlowProblems flow is started (c) An email is sent to the user’s manager (d) The work object is closed Reveal answer Fill a bubble to check yourself B Correct answer Explanation When a flow encounters an error, Pega suspends the current flow and starts the FlowProblems flow to handle the exception. This allows for error logging and recovery without losing work.