# Run and Debug a Workflow

### Run your first Workflow

As with designing workflows, the steps to run a workflow are very similar to running a pipeline.

Click the 'run' button <img src="/files/cgl32KbwTHPOrm487Zl5" alt="Run" data-size="line"> in your workflow toolbar

In the workflow run dialog, hit the 'New' button in the upper right corner to create a new 'Workflow run configuration'.

![Hop - New Workflow Config](/files/8InQ4caVHmD452gZiemc)

In the dialog that pops up, add 'Local Workflow' as the workflow configuration name and choose the 'Local workflow engine'.

![Hop - New Workflow Config Dialog](/files/qkGUBiepaZNF3fsfVbcu)

Click 'OK' to return to the workflow run dialog.

Choose the logging level as described below.

| LogLevel  | Description                                               |
| --------- | --------------------------------------------------------- |
| Nothing   | Do not record any logging output.                         |
| Error     | Only record errors in logging output.                     |
| Minimal   | Only use minimal logging.                                 |
| Basic     | This is the default logging level.                        |
| Detailed  | This logging level gives a detailed logging output.       |
| Debugging | Results in a very detailed output for debugging purposes. |
| Row Level | Logging at row level.                                     |

Make sure your configuration is selected and hit 'Launch'.

![Hop - New Workflow With Config Dialog](/files/y6FjPySgABy7xvEq5DQQ)

This workflow with our very basic pipeline should execute in less than one second. You’ll now have the execution results pane which again looks very similar to the pipeline execution results.


---

# 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-shaper-1.21/knowing-the-data-shaper-designer/workflows/run-debug-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.
