# Launch workflow

After creating the workflow test it yourself first.

To do that, click the <mark style="background-color:blue;">**“Run Flow”**</mark> button in the top right corner of the workflow builder.

<figure><img src="/files/tBS7CHzkgxMECK2w8al9" alt=""><figcaption><p>Launching the workflow</p></figcaption></figure>

After that, you’ll be redirected to the input tab.

This is the automatically-generated input form, as seen both by owners and end users.

<figure><img src="/files/dWQllt7rf8pev92iLz2l" alt=""><figcaption><p>Auto-generated input form based on the workflow logics</p></figcaption></figure>

All the fields there are mandatory and with validation.

The list on the right enables you to choose between three types of input:

1. **Single entry** - enables you to work with the workflow by sending it one input and getting its results.
2. **Upload Batch** - enables you to test input at scale by providing a CSV or XSLX with up to 200 input data entries at once.
3. **Integrations** give you a quick start for integrating your workflow with 3rd party apps and tools.

Use <mark style="background-color:blue;">**“Single entry”**</mark> for now.

### 1. Enter the input

For the first time let’s try *“Drafter AI lets build custom AI-powered tools”*

<figure><img src="/files/5emkUIbj0SynLSzetBhX" alt=""><figcaption><p>Providing test input</p></figcaption></figure>

Click <mark style="background-color:blue;">**“Get Results**</mark>*<mark style="background-color:blue;">**”**</mark>* to start the workflow execution.

### 2. Wait a bit

It usually takes up to 2 mins to execute any workflow.

The current one should be handled in less than 1 min.

<figure><img src="/files/NrR7xjO0Dy6IV9NOJWXs" alt=""><figcaption><p>Processing results</p></figcaption></figure>

### 3. Check the output

After launching a new or modified workflow you can see two screens.

**A) There are data results but it’s not displayed yet:**

<figure><img src="/files/u6EqnmYqzvh59Oa7ngXr" alt=""><figcaption><p>There are results. You just need to visualize them.</p></figcaption></figure>

It means that the workflow has been processed successfully, but you need to configure, how to display its results.

To do that, proceed to:

{% content-ref url="/pages/l029h2rUrPS5THOSyVGz" %}
[Design output](/build/create-workflow/design-output.md)
{% endcontent-ref %}

**B) There are no data results at all:**

<figure><img src="/files/BErIfH0vDt2IuHdD0HMb" alt=""><figcaption><p>No results at all</p></figcaption></figure>

It means that something went wrong due to three reasons:

1. **Input data is incorrect.**
2. **Something wrong with the workflow itself.**
3. **There is no data from external or public sources used in the workflow.**

Learn how to dive deeper into identifying reasons using *Debug* module:

{% content-ref url="/pages/UXBOnVir9iz93MLCqf7C" %}
[Debug workflows](/maintain/debug-workflows.md)
{% endcontent-ref %}

Learn more about possible issues:

[Possible issues and how to handle them](https://www.notion.so/Possible-issues-and-how-to-handle-them-9501b2938ebb43d6b0bbcbe30b76e458)

Jump to batch processing:

{% content-ref url="/pages/8XHyN5oBPrzgafwVqC7m" %}
[Process inputs in batches](/scale/process-inputs-in-batches.md)
{% endcontent-ref %}

Jump to integrations:

{% content-ref url="/pages/GL2EFOEVf1opG9ebqe5g" %}
[Integrate Drafter AI to other apps with Make.com](/scale/integrate-drafter-ai-to-other-apps-with-make.com.md)
{% endcontent-ref %}


---

# 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.drafter.ai/build/create-workflow/launch-workflow.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.
