Multiple choice technology architecture

If a flow encounters an error condition that prevents it from continuing, what happens?

  1. (a) An exception is placed in the log file

  2. (b) The current flow is suspended and the FlowProblems flow is started

  3. (c) An email is sent to the user’s manager

  4. (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.