# Stopping a running process flow

## Introduction

If you [initialise a process flow manually](/product-documentation/process-flows/managing-process-flows/initialising-a-process-flow-manually.md) and want to stop the run, you can use [stop button from the canvas actions bar](/product-documentation/process-flows/building-process-flows/the-process-flow-canvas.md#the-actions-bar). However, there may be times where you need to stop a process flow that was triggered to run automatically. You can do this via the [run logs](/product-documentation/process-flows/error-reporting-and-exception-handling/run-logs-and-queue.md) page.  &#x20;

## Demo

{% embed url="<https://app.screencast.com/qJzjQpe8QXlGE>" %}

## The steps

To stop a running process flow that was triggered automatically, follow the steps below.

**Step 1**\
Log into the Patchworks dashboard.

**Step 2**\
Select **run logs** from the left-hand navigation menu.&#x20;

**Step 3**\
Check the status of entries to find the running process flow that you want to stop.

{% hint style="info" %}
You can filter log entries by status, so it's easy to find all 'running' entries:\
\
![](/files/EcmglRMFSwaOuSuoHJmX)
{% endhint %}

**Step 4**\
Click the **stop** button associated with the entry that you want to stop:

<figure><img src="/files/8r16HcyRKrPe1VuRpsIW" alt=""><figcaption></figcaption></figure>

**Step 5**\
The process flow is stopped and the status for this run is set to **stopped**.


---

# 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/stopping-a-running-process-flow.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.
