# Start

### Description

The `Start` action is a special action, as it is the starting point for all workflow executions.

{% hint style="info" %}
Note: Every workflow needs to have one and only one start action.
{% endhint %}

<figure><img src="/files/sErZ0EoFL2e8AK9i29Mt" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="danger" %}
Warning: The start action has additional options to repeat a workflow. This works in both the local and remote workflow engine, but is mainly available for historical reasons and shouldn’t be considered as an alternative to `cron`, Apache Airflow or any other type of scheduling.
{% endhint %}

When you activate the repeat option the workflow will continue to run and restart based on the interval you specify. This can be on a fixed day with a specific timestamp. Or every x seconds/minutes

While this does not replace a scheduler it can be used for basic scheduling. Please note that using this will keep the workflow in a running state meaning the Java process will continue to exist and use resources on the system.


---

# 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/actions/start.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.
