# Run Dataflow

The *Run Dataflow* task is used to execute a dataflow as part of a workflow. Multiple *Run Dataflow* task objects can be employed as part of a workflow, to orchestrate a data process.

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

To use a *Run Dataflow* task,

1. Drag-and-drop the *Run Dataflow* task object onto the workflow designer.

![](/files/U33XisXZsDmGf0hj4Hhp)

2. Configure the object by right-clicking on the object’s header and selecting *Properties* from the context menu.

![](/files/maZdktmbZ3t9MGjZFjy6)

The *Properties* screen will now open.

![](/files/pm0xDu8REbwye05HIESX)

*Path:* This is where you will select the path to the dataflow which is to be used in this Workflow.

For our use case, we will be selecting the path to our existing dataflow. This is the dataflow we are using.

![](/files/B6lXMH3VpNtAUNzxXk56)

Add this *Path* to the provided textbox.

![](/files/ibcm7WBmKerS6Pf8qE2E)

Now, let’s take a look at the checkbox in the *Start Dataflow Job Properties* window.

![](/files/vSV3ort8RT6EVFTACGn5)

*Run In Pushdown Mode:* Checking this box executes a dataflow on the server without fetching data to the Astera client.

3. Once done, click *Next* and you will be taken to the *config parameters* screen.

{% hint style="info" %}
**Note:** There are no *config parameters* available for this action.
{% endhint %}

![](/files/FtK7X9g6dWhR8oVqRINj)

4. Click *Next* and the *General Options* screen will appear.

![](/files/bbV2DiINh0O09cK5H50O)

Here, you can add any *Comments* that you wish to add.

{% hint style="info" %}
**Note:** The rest of the options have been disabled for this object.
{% endhint %}

5. Click *OK* and the *Run Dataflow* object will be configured.

![](/files/2QunBiuxOESck0nper8w)

This concludes our discussion on the *Run Dataflow* task in the Workflow Tasks section of the Toolbox in Astera.


---

# 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://documentation.astera.com/workflows/run-dataflow.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.
