# Workflow Run Configurations

### Description

Run configurations decouple the design and execution phases of Hop workflow development. A workflow is a definition of *how* data is processed, a run configurations defines *where* the workflow is executed. Hop supports a number of different runtime engines, each of which will be described in more detail in this section. Each run configuration comes with its own set of parameters and configuration options, all of which are stored as Hop Metadata.

### Choosing a Run Configuration

When starting a new workflow click **New** next to 'Workflow run configuration'. All run configurations have a name, description and an engine type, each engine type has its own set of configuration options.

Once created, run configurations are available from the 'Workflow run configuration' list and are ready to use.

### Options

The tab contains the name, description and the dropdown list for the workflow engine types.

| Option                         | Description                                                                                                                                                                                                                                                                                                                               |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                           | The name you want to use for this workflow run configuration.                                                                                                                                                                                                                                                                             |
| Description                    | A description you want to use for this workflow run configuration (optional).                                                                                                                                                                                                                                                             |
| Execution information location | The [Execution Information Location](/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/execution-information-location.md) to use with this workflow run configuration.                                                                                                                                                           |
| Engine type                    | <p>The available engine types are:</p><ul><li><a href="/pages/bdJ9FLk23ByPZbRreKVK">Local workflow engine</a>: this configuration runs pipelines on your machine</li><li><a href="/pages/CcE05EpNBJckxnQb4d7x">Remote workflow engine</a>: this configuration runs workflows on a Hop Server using a defined Run Configuration.</li></ul> |


---

# 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/workflow-run-configurations.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.
