> ## Documentation Index
> Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitor and troubleshoot

> Summary emails, failure settings, and run history keep you on top of how a flow is doing.

You don't have to watch a flow to know how it's doing. Summary emails tell you when a run finishes, failure settings stop a broken flow from failing silently over and over, and run history gives you a record to check when something looks off.

## Summary emails

By default, you're emailed when a run fails or partially fails, but not when it succeeds. Flow settings offers three choices: an email every time the flow runs, only when it fails or pauses (the default), or never.

<div className="docs-figure-sm">
  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/0ACjKkaJG5pI2F-e/images/monitor-email-settings.png?fit=max&auto=format&n=0ACjKkaJG5pI2F-e&q=85&s=e2ec1ea4bff04d17cf43a8a08caea779" alt="The Flow Settings dialog with the email dropdown open on &#x22;Receive an email every time Flow is run&#x22;, &#x22;Receive an email only when Flow fails or pauses&#x22;, and &#x22;Never receive emails about this Flow&#x22;" width="1138" height="1214" data-path="images/monitor-email-settings.png" />
  </Frame>
</div>

The summary email is sent right after your flow runs, from [support@parabola.io](mailto:support@parabola.io) with a subject like "Prowork run succeeded." It includes the flow name, a link to it, the run ID, export destinations, step methods, and the number of rows sent. Anyone with edit access receives it.

<div className="docs-figure-sm">
  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/0ACjKkaJG5pI2F-e/images/monitor-summary-email.png?fit=max&auto=format&n=0ACjKkaJG5pI2F-e&q=85&s=215f5d8004e752df9440f0538c9583bf" alt="A summary email for a partially failed run, listing the flow, run ID, each export with its row count, and the errors to fix" width="772" height="1034" data-path="images/monitor-summary-email.png" />
  </Frame>
</div>

## Failure settings

By default, scheduled flows automatically pause after 10 consecutive failures, which prevents repeated failures from running unnoticed. To keep a flow running regardless:

<Steps>
  <Step>Open **Flow settings** from the navigation bar menu or the overflow menu on your flows page.</Step>
  <Step>Find the checkbox **Pause scheduled flow after 10 consecutive failures**.</Step>
  <Step>Uncheck it to opt out of auto-pause, then click **Save**.</Step>
</Steps>

## Run history

Click **Last run** beneath the flow's name, or the **Run Flow** panel in the top-right corner and the **History** tab, to open the **Run History** panel. It shows successful and failed runs along with core information about each.

<div className="docs-figure-sm">
  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/0ACjKkaJG5pI2F-e/images/monitor-run-history.png?fit=max&auto=format&n=0ACjKkaJG5pI2F-e&q=85&s=5b5f76d243969d82cf9386d6b84c6c0b" alt="The Flow History panel on its Run history tab, showing a succeeded run with its time, row count, duration, who ran it, and its exports" width="638" height="690" data-path="images/monitor-run-history.png" />
  </Frame>
</div>
