> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/fabricate/data-agent-tools/workflows/workflow-run.md).

# Running a workflow

To run a workflow, you can either issue a prompt or run the workflow from the workflow details.

## Using a prompt to run a workflow <a href="#workflow-run-prompt" id="workflow-run-prompt"></a>

To run a workflow, you can issue a prompt to run the workflow.

The prompt can include the parameter values to use for that run.

For example:

`Run the Add Customers with Orders workflow to add 10 more customers.`

## Running a workflow from the workflow details <a href="#workflow-run-workflow-details" id="workflow-run-workflow-details"></a>

You can also run the&#x20;

1. In the **Workflows** list, click the workflow name.
2. On the workflow details, if needed, change the values in the parameter fields.
3. Click **Run**.

## Tracking a workflow job

When you run a workflow, to indicate that there's an active job running for an account workflow, Fabricate displays an icon next to the account name.

The workflow details panel includes the list of workflow runs. The runs are grouped by status.

<figure><img src="https://4109733485-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmoU4gTR9LxlzHeWmQCUZ%2Fuploads%2FV4dPxEjYp777fR6EzJjX%2FProject_WorkflowDetails_JobRuns.png?alt=media&amp;token=14a1d970-c0e1-4a17-8327-8c6162fd6206" alt=""><figcaption><p>Job runs list on the workflow details page</p></figcaption></figure>

For each run, the list includes a collapsible list of parameters, and a collapsible set of results.

The run is also added to the [account jobs list](/fabricate/fabricate-accounts-and-users/account-workflow-jobs.md).

If [notification destinations](/fabricate/workspaces/workspace-notification-destinations.md) are configured and enabled for the workspace, then when the job completes, fails, or is canceled, sends the notifications to the destinations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/fabricate/data-agent-tools/workflows/workflow-run.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
