# Create a Workflow

To create a new workflow, follow these steps:

1. On the main screen, click the + icon located on the toolbar to begin creating a new item.\
   ![](/files/c5jZJeqwsZLDNJReTZOq)
2. In the **Select item to create** window, choose **Workflow** from the list of available items.&#x20;
3. Once selected, the workflow creation screen will appear.&#x20;

<figure><img src="/files/uQqKarnPjuvg3aH7fhRL" alt="" width="349"><figcaption></figcaption></figure>

4. Follow the instructions provided on **Workflows** → [Create a Workflow](/data-shaper-1.21/knowing-the-data-shaper-designer/workflows/create-workflow.md) page to complete the setup. This involves naming the workflow, defining its structure, and configuring all necessary parameters. \
   There are two **essential parameters** for ensuring proper communication between Data Shaper and Data Mover:

   * inputPath&#x20;
   * outputPath

   They must be configured in the **Workflow properties** section following these steps:&#x20;

   1. Click anywhere in the workflow creation screen.
   2. In the window that appears, select **Edit workflow**. <br>

      <figure><img src="/files/QgOt4IiAlI5uWU4iUrUA" alt="" width="372"><figcaption></figcaption></figure>
   3. In the **Workflow Properties** window, click the **Parameters** tab.
   4. Enter inputPath and outputPath in the **Parameter** column.&#x20;
   5. Optionally enter additional parameters, according to your needs.&#x20;
   6. Click **OK** to confirm.

<figure><img src="/files/TbJSxG4RmaJfRVEFahQC" alt="" width="377"><figcaption></figcaption></figure>

Once completed, the workflow is ready to be associated with an Asynchronous Web Service and published to Data Mover.


---

# 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/using-data-shaper-in-data-mover/using-the-data-shaper-designer/create-a-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.
