# Make Scenario Not Valid in OE

If a scenario that you prepared in Make is not valid for your value stream in OE, check if you have the following settings done:

* Start trigger must end with a **Start New Orchestration** module. Check [Events as Triggers](/oe/value-streams/working-with-value-streams/value-streams-components.md#events-as-triggers).
* Mid trigger must have a notification event - **Completion Event** module. Check [Setting a Trigger to Wake Up a Paused Value Stream](/oe/value-streams/working-with-value-streams/trigger-to-wake-up-a-paused-process.md).
* Scenario in a process step must start with **Trigger Event** and have the **Completion Event** module. Check [Creating a Value Stream](/oe/value-streams/working-with-value-streams/creating-value-streams.md).

{% hint style="warning" %}
Currently OE doesn't support scenarios without the **Completion Event** module. If you don't have the module for the scenarios used as mid triggers or process steps, OE filters them out and they are not available for you to use.
{% 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/make-scenario-not-valid.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.
