# Dataflow models

In Data Watcher, the list of existing dataflow models appears by clicking **Dataflow Models** on the toolbar on the left.\
When Data Watcher is in a bundle with Data Mover, the list of existing models will appear going to **Design** → **Dataflow Models**.

🚀 The **Dataflow Models** page lists **existing dataflow models**, together with the indication of whether they are a Master or a Draft version, the number of matching criteria they have, dataflow and cut-off notifications, and their status.

If you are looking for specific dataflow models, you can use the **Filters** panel on the right and run a query with specific criteria:

* **Model**: the name assigned to the model when it was created
* **Model status**: the status of the model. Possible options: ENABLED (🚀 default) or DISABLED.&#x20;
* **Version status**: the version of the model (DRAFT or MASTER)
* **Notification status**: the notification status (ON or OFF)
* **Node**: the name of the node where the model was created
* **Node type**: the type of node (Data One, Spazio, FTP, SFTP, etc.)
* **Dataflow attributes**: the attribute assigned to the dataflow

Clicking on the 3-dot icon to the right of the row will display a menu with options to:

* Enable or disable the model
* Enable or disable dataflow notifications&#x20;
* Enable or disable cut-off notifications
* View the master version&#x20;
* Edit the draft version

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

You can select multiple Master models checking the box to the left of each row. This is useful for enabling or disabling dataflow or cut-off notifications in a single step. To do this, go to the **Select** drop-down list and choose the desired option.

Dataflows in Draft version do not have the 3-dot icon but the <img src="/files/cbZKfDb1dbaAAfvpui9m" alt="" data-size="line"> edit icon that opens the **Dataflow Modeler** page where the dataflow can be promoted to Master. To do so, at least one matching criterion must be defined.&#x20;

To create a new model, go to **Dataflow Models** and click the **NEW**  button. The **Dataflow Modeler** will be displayed:

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

See these sections for details:

* [Dataflow modeler toolbar](/data-watcher-1.21/model/dataflow-modeler-toolbar.md)
* [Dataflow properties panel](/data-watcher-1.21/model/dataflow-properties-panel.md)
* [Node properties panel](/data-watcher-1.21/model/node-properties-panel.md)
* [Setting matching criteria](/data-watcher-1.21/model/matching-criteria.md)
* [Setting cut-offs](/data-watcher-1.21/model/cut-offs.md)
* [Setting attributes](/data-watcher-1.21/model/dataflow-model-attributes.md)


---

# 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://docs.primeur.com/data-watcher-1.21/model/dataflow-models.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.
