# DoesQA Run

![DoesQA Run Node](https://app.does.qa/screenshots/node/express_doesqa_run.png)

{% hint style="warning" %}
Client runs are not able to start additional child runs.
{% endhint %}

## Basic Configuration

| Field     | Configuration                                   |
| --------- | ----------------------------------------------- |
| Run Label | Text &/or [Values](https://docs.does.qa/values) |

### Flows

| Field                  | Configuration                        |
| ---------------------- | ------------------------------------ |
| Flow Selection         | `Pick` (default), `Recipe`, `Filter` |
| Flows *(conditional)*  | Flows                                |
| Recipe *(conditional)* | Recipe                               |

### Flow Filters

| Field                        | Configuration |
| ---------------------------- | ------------- |
| Include Tags *(conditional)* | Flow Tags     |
| Exclude Tags *(conditional)* | Flow Tags     |

### Test Case Filters

| Field                        | Configuration |
| ---------------------------- | ------------- |
| Include Tags *(conditional)* | Flow Tags     |
| Exclude Tags *(conditional)* | Flow Tags     |

### Values

| Field  | Configuration |
| ------ | ------------- |
| Values | JSON          |

***

## Advanced Configuration

| Field                       | Configuration                                                          |
| --------------------------- | ---------------------------------------------------------------------- |
| Mode                        | `Trigger Only`, `Await & Match Results`                                |
| Use inherited Slack Channel | `Inherit Slack Channel` (default), `Select Slack Channel`              |
| Channel *(conditional)*     | Slack Channel                                                          |
| Status on fail              | [Failed Status](https://docs.does.qa/node-configuration/failed-status) |

***

**Tags:** `express`, `doesqa`, `run`, `rest`


---

# 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.does.qa/test-steps/express/doesqa-run.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.
