I have a complicated screen flow and have added fault handling so that a detailed error message appears to the user instead of the standard "An unhandled fault..." message. After some testing, I noticed that these handled faults weren't being captures as failures in Setup.
Is there a way to still have instances of handled faults still appears in the "Paused and Failed Flow Interview" list in Setup? Having those available is helpful when trying to troubleshoot exactly what the user did because it includes a step-by-step trace of the user's inputs and behavior.
Hi Katie,
I'm afraid the answer is no. Once a flow has a fault handler, it doesn't 'crash', but proceeds with processing as normal. If you want you could set up a custom object to log these faults, and have the flow create a record in the fault handler path (or send an email, whichever you prefer).