# Value Streams Blocked by Scenario Errors

## Make scenario settings

Make's scenario settings provide different options for handling errors and scenarios data storage.

### Allow storing of incomplete processes

The storage of incomplete processes is not enabled by default. To enable it go to **Your scenario** -> **Scenario Settings**.

If the storage of incomplete processes is not enabled, the scenario stops and all instances of process contexts are blocked. With this setup, the overall outcome is that you have a queue of process context instances, which are blocked at a specific scenario step, until the scenario is manually reactivated.

If the storage is enabled, you can check the records of the incomplete processes at any time in the **Incomplete Processes** folder. You can use the record to reprocess the data. The incomplete processes need to be resolved to unblock the specific process context instance.

<figure><img src="/files/NT1QF0zwqP89bTfjKKWL" alt=""><figcaption></figcaption></figure>

### Set up a number of consecutive errors

The consecutive errors feature helps to separate sporadic issues from those that are fundamentally broken. Using advanced scenario settings, you can customize the number of failed processes before a scenario gets deactivated.

<figure><img src="/files/SVGNhz1lHORIYFXTvmzt" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To learn more about error handling in Make, see [Receiving Alerts for Scenario Errors](/oe/troubleshooting/faq/receiving-alerts.md) and Make's [Errors](https://www.make.com/en/help/errors) documentation.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/oe/troubleshooting/faq/errors-handling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
