# Workflows Overview

The Workflows Overview provides a quick, searchable snapshot of all your team's Workflows. Dive into each one to learn, make changes, and take action.

<figure><img src="/files/eBb1xmfHkUzEjAhaJRzb" alt="" width="563"><figcaption><p>Image. Workflows Overview</p></figcaption></figure>

## Workflows Overview

The Workflow Overview provides the following details:

<table><thead><tr><th width="229">Field</th><th>Desciption</th></tr></thead><tbody><tr><td><strong>Title</strong></td><td>Displays the title of the workflow.</td></tr><tr><td><strong>Enable</strong></td><td>Option to enable/disable a workflow.</td></tr><tr><td><strong>Trigger</strong></td><td>Shows the conditions set to trigger the workflow.</td></tr><tr><td><strong>Actions</strong></td><td>Shows the sequence of actions executed when the workflow is triggered.</td></tr><tr><td><strong>Owner</strong></td><td>Indicates the user or squad that owns the workflow.</td></tr><tr><td><strong>Created</strong></td><td>Shows user information and the creation timestamp of the workflow.</td></tr><tr><td><strong>Updated</strong></td><td>Shows user information and the most recent update timestamp of the workflow.</td></tr><tr><td><strong># of Execution</strong></td><td>Displays the number of times the workflow has been executed.</td></tr></tbody></table>

### Search

To search for a specific workflow, enter its name or any other related keywords in the Search field and hit enter.

### Filters

To filter workflows,

1. Navigate to the **Workflows page** -> On the top-right, locate and click on the **Filter** icon.
2. Apply the desired combination of filters by selecting options such as **Event**, **Action**, **Owners**, etc. -> Once you have set your filters, click on the **Apply** button.

<div><figure><img src="/files/NHMfy68jzFdxr41MeTY6" alt=""><figcaption><p>Image. Filter Workflow List</p></figcaption></figure> <figure><img src="/files/XO5DDjyPUfr0vHkvtYww" alt=""><figcaption><p>Image. Add Filter Selections</p></figcaption></figure></div>

Below is a comprehensive list of filters accessible on the Workflows Page:

<table><thead><tr><th width="227">Filter Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Event</strong></td><td>Allows you to filter Workflows based on Events. They can be Incident Triggered, Incident Acknowledged, Incident Reassigned, and Incident Resolved.</td></tr><tr><td><strong>Actions</strong></td><td>Allows you to filter Workflows based on Actions set up. For instance, Add a Communication Card, and Attach Runbook(s).</td></tr><tr><td><strong>Tags</strong></td><td>Allows you to filter Workflows based on Tags.</td></tr><tr><td><strong>Owner</strong></td><td>Allows you to filter Workflow based on its Owner.</td></tr><tr><td><strong>Created By</strong></td><td>Allows you to filter Workflows based on the user it was created by.</td></tr><tr><td><strong>Updated By</strong></td><td>Allows you to filter Workflows based on the user who updated it.</td></tr><tr><td><strong>Show Enabled</strong></td><td>Allows you to filter Workflows to show only the enabled or disabled ones.</td></tr></tbody></table>

## Clone Workflow

If you need to quickly establish a Workflow that closely resembles an existing one, but with minor modifications, you can expedite the process by cloning it. This allows you to make the necessary adjustments and bring the updated Workflow into operation more swiftly.

To clone a Workflow,

1. Navigate to the **Workflows page** -> Identify the Workflow you wish to clone.
2. On mouse-over, click **Clone**, and you’re done.

<figure><img src="/files/KpZOIYZZrIH8EWsQ0S4b" alt="" width="563"><figcaption><p>Image. Clone a Workflow</p></figcaption></figure>

## Pause Workflow

By default, a newly created workflow is enabled. To pause a workflow,

1. Navigate to the **Workflows page** -> Select **one or more Workflows** from the list.
2. Click **Disable**, and you’re done.

<figure><img src="/files/MGYZxTBHZH9vhnloSScT" alt="" width="563"><figcaption><p>Image. Pause a Workflow</p></figcaption></figure>

Alternatively, you can also use the radio button next to each listed workflow to enable or disable it individually.

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# 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://support.squadcast.com/workflows/workflows-overview.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.
