# Start flow from any shape

***

## Introduction

Previously, running or testing a process flow always meant starting from the very beginning. The **Start from here** feature lets you pick any shape in your flow as the entry point. All actions and scripts *above* that shape are skipped - execution begins exactly where you specify.

This is particularly useful when developing or debugging mid-flow logic, where repeatedly running preceding steps would be time-consuming or have unintended side effects.

{% hint style="info" %}
Actions and scripts **before** the selected starting shape are not executed. Ensure any variables or data those steps would have set are accounted for - you can supply them manually when initialising.
{% endhint %}

## Using start from here<br>

1. Open your process flow in the flow builder.
2. **Right-click** on the shape you want to start from.
3. Select **Start from here** from the context menu.
4. Choose to **initialise immediately**, or set variables and payloads before running.

<figure><img src="/files/SmpF4cWecfOrLHVye1md" alt=""><figcaption></figcaption></figure>

### Initialisation options

Initialise flowRuns the flow from the selected shape immediately, with no variable pre-configuration. Best used when the shape does not depend on output from preceding steps.

Set variables and payloadsOpens a configuration panel where you can manually define the variables and payloads that earlier steps would normally have produced. Use this when the starting shape requires input data.

⚠This feature is designed for development and testing purposes. Use caution when running partial flows against production data, as upstream validation steps will be skipped.<br>


---

# 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://doc.wearepatchworks.com/product-documentation/process-flows/managing-process-flows/start-flow-from-any-shape.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.
