# 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="https://3372553292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwSmFzVcnCrIF1wbU8Chb%2Fuploads%2FPPskGyvSVlInGZ79QU6a%2FUntitled%2028.png?alt=media&#x26;token=f2606b8c-ba1b-4656-9a16-38fa2525fc50" 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="https://3372553292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwSmFzVcnCrIF1wbU8Chb%2Fuploads%2FsbrJdaxZjKLSLQ3JJhhl%2FUntitled%2029.png?alt=media&#x26;token=1bf7720c-e7ad-45e7-a18b-82352d39dd50" 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="https://3372553292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwSmFzVcnCrIF1wbU8Chb%2Fuploads%2Frk4vPe9yY5tSFzzojXff%2FUntitled%2030.png?alt=media&#x26;token=3021d407-5639-45c7-9b4a-162e07454f11" 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="https://3372553292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwSmFzVcnCrIF1wbU8Chb%2Fuploads%2FG4RWhWUhmDJx17dFI6cQ%2FUntitled%2031.png?alt=media&#x26;token=62b56b16-8552-446e-b113-c4dd27402025" 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="https://3372553292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwSmFzVcnCrIF1wbU8Chb%2Fuploads%2Fk5eTq5sXSNkAa2hLv0l9%2FUntitled%2032.png?alt=media&#x26;token=cab701df-7d88-4736-87f8-57beca1b7f74" 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="design-output" %}
[design-output](https://docs.drafter.ai/build/create-workflow/design-output)
{% endcontent-ref %}

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

<figure><img src="https://3372553292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwSmFzVcnCrIF1wbU8Chb%2Fuploads%2FNDYpZVJPUIplNPPUC2N9%2FUntitled%2033.png?alt=media&#x26;token=7d909e87-ea4a-4e91-bf10-be9abd3bcb42" 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="../../maintain/debug-workflows" %}
[debug-workflows](https://docs.drafter.ai/maintain/debug-workflows)
{% 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="../../scale/process-inputs-in-batches" %}
[process-inputs-in-batches](https://docs.drafter.ai/scale/process-inputs-in-batches)
{% endcontent-ref %}

Jump to integrations:

{% content-ref url="../../scale/integrate-drafter-ai-to-other-apps-with-make.com" %}
[integrate-drafter-ai-to-other-apps-with-make.com](https://docs.drafter.ai/scale/integrate-drafter-ai-to-other-apps-with-make.com)
{% endcontent-ref %}
