> ## Content Index
> Fetch the complete content index at: https://www.namastesalesforce.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# flow-error-handler
- URL: https://www.namastesalesforce.com/projects/flow-error-handler/
- Published: 2026-03-05T09:00:00.000Z
- Updated: 2026-03-05T09:00:00.000Z
- Description: Drop-in error handling for Flow: a logging subflow, a platform event, and a notifier — every fault path in your org pointed at one place.
- Author: Swarnil Singhai
- Tags: Flow, #project, #project-lang-xml, #project-stars-86, #Import 2026-09-03 19:13

Drop-in error handling for Flow: a logging subflow, a platform event, and a notifier — every fault path in your org pointed at one place.

## What it is

An unmanaged package: the FlowError\_\_e platform event, a logging subflow you wire every fault connector to, a subscriber flow that writes Flow\_Error\_Log\_\_c records, and a notifier with quiet hours.

## Install

Deploy the package, then drag each existing fault connector to the Log Flow Error subflow — the README includes the audit query that lists every unhandled fault path in the org.

## Design notes

Logging goes through a platform event so the log survives the transaction rollback that just destroyed everything else — the whole reason most homegrown error logging silently loses the errors that matter.