> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trynota.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflow

> The Workflow page is where you create, manage, and execute test workflows for your web application. You can either build workflows manually or use AI to generate them automatically.

# 🧩 Workflow

The **Workflow** page is your command center for end-to-end test creation.\
Here, you can **manually create test workflows** or let **Nota AI generate them automatically**—all tailored to your app’s flows.

***

## ✍️ Creating a Workflow

### 1. Manual Workflow Creation

You can manually create a workflow by clicking the **"Workflow"** button.

<img src="https://mintcdn.com/notaai/slrQ_IdIUoxikf3l/images/workflows/create.png?fit=max&auto=format&n=slrQ_IdIUoxikf3l&q=85&s=42245065934b804293346f779915f417" className="w-full rounded-xl shadow-xl" alt="Create workflow manually" width="1073" height="691" data-path="images/workflows/create.png" />

* Add a **description** to help identify the test flow.
* Optionally, define a **prompt** to guide test expectations or structure.

***

### 2. AI-Powered Workflow Generation

Let Nota AI do the heavy lifting by clicking **"Generate Coverage"**.

<img src="https://mintcdn.com/notaai/slrQ_IdIUoxikf3l/images/workflows/generate.png?fit=max&auto=format&n=slrQ_IdIUoxikf3l&q=85&s=85039cc076a4b25885581522566dcf64" className="w-full rounded-xl shadow-xl" alt="Generate workflow using AI" width="1106" height="852" data-path="images/workflows/generate.png" />

* Provide a **short description** of the scenario.\
  *Example:* `"Dashboard test coverage."`

* (Optional) Add a **detailed prompt** for precise test generation.\
  *Example:*\
  `"Go to login page, enter valid credentials and click login. expect user lands on dashboard after successful login."`

* Select an **environment** from the dropdown — this tells Nota where the workflow should run.

* Click **"Generate Workflows"** to let the AI agent create the full test sequence for you.

* After generation, you can **view agent activity** of the workflow execution in the log view.

<img src="https://mintcdn.com/notaai/XieAOD5SGc_2nuPX/images/workflows/GenerateCoverage.png?fit=max&auto=format&n=XieAOD5SGc_2nuPX&q=85&s=35d6ceae28456463db22d2366b8b4eb4" className="w-full rounded-xl shadow-xl" alt="Generate workflow using AI" width="1591" height="938" data-path="images/workflows/GenerateCoverage.png" />

> ⚠️ **Note:** For **Generate Coverage** workflows, you cannot **pause** or **stop** the agent activity once it has started.

You’re now ready to **execute or automate** your AI-generated workflow! 🚀

## 🛠 Managing Workflows

After creating workflows, you can manage and run them directly from the **Workflow page**.

### ✅ Selecting & Executing Multiple Workflows

Select multiple workflows using the checkboxes next to each row.

<img src="https://mintcdn.com/notaai/slrQ_IdIUoxikf3l/images/workflows/home.png?fit=max&auto=format&n=slrQ_IdIUoxikf3l&q=85&s=a82d3674f33796662393fc362592f2b0" className="w-full rounded-xl shadow-xl" alt="Workflow page with multiple selections" width="1912" height="921" data-path="images/workflows/home.png" />

Then click **"Run Workflow"** to execute them all at once.

### 🧭 Sequential Run

**Sequential run** means the selected workflows run **one after another**, not at the same time.\
The next workflow starts **only after** the current one finishes, so execution is orderly and easier to follow.

When you click **"Run Workflow"**, a **modal** opens where you can **re-arrange the order** and then start the run.

<img src="https://mintcdn.com/notaai/slrQ_IdIUoxikf3l/images/workflows/sequence.png?fit=max&auto=format&n=slrQ_IdIUoxikf3l&q=85&s=bb810f33665f565dfe7fdb434a0decbd" className="w-full rounded-xl shadow-xl" alt="Sequential run modal" width="886" height="530" data-path="images/workflows/sequence.png" />

***

### ✏️ Updating or 🗑 Deleting a Workflow

1. Click the workflow you want to edit.

<img src="https://mintcdn.com/notaai/xJ1WAvzVpMDznN3Q/images/edit-workflow.png?fit=max&auto=format&n=xJ1WAvzVpMDznN3Q&q=85&s=88c93c1f67b1d0b23546a000968bc13b" className="w-full rounded-xl shadow-xl" alt="Workflow page with multiple selections" width="1615" height="434" data-path="images/edit-workflow.png" />

2. Modify test steps inline or using the editor panel.
3. To delete a workflow, click the **"Delete"** button.

***

# 📟 Viewing Workflow Logs

You can view real-time logs while a workflow is running directly from the **Workflows** page. This helps you track progress and troubleshoot issues easily.

***

## 🖲️ Terminal Button

* The **Terminal** button is always visible but **disabled** when no workflow is running.
* It becomes **active** only while a workflow is being executed.
* Click the button to open the **log bar** at the bottom of the screen.

***

## 📜 Active Runs

See the **Active Runs** page for live workflow logs and controls.
