Description
This component gives a developer control to explicitly fail a flow for development purposes. It's no always easy to see into a flow so using the Development Exception
component ensures a debug record will be added to the Paused and Failed Flow Interviews
view in Salesforce' Setup.
Parameters
Input
Message
(String) [Optional]: The error message to be logged. Not required.
Examples
A flow containing the Development Exception
flow component will create an entry in the Failed Flow Interviews list view in Salesforce Setup (Setup -> Process Automation -> Paused And Failed Flow Interviews).
From here, you can open any notifications that have encountered this flow component.
This view will enable you to look into a flow's execution (including all variables and subflows).