> For the complete documentation index, see [llms.txt](https://docs.graviti.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graviti.com/guide/tensorbay/action/run-workflow.md).

# Run Workflows

## ‌Run Workflow

On the Action Details page, choose a workflow to enter the Workflow Management page.

![](/files/-MhXSl29-9IQYQi4CHDZ)

On the Workflow Management page, click **Manage workflow**, and click **Run** to enter the Parameters Setting page.

![](/files/-MhXSqqXkjcRvPiZcVA8)

Enter the corresponding parameters and the number of instances, and then click **Run** to run the workflow.

![](/files/-MhXSw1jYeyS0Arq-09h)

## ‌‌View Parameters

On the Workflow Details page, you can view all previous records. Support to filter and sort the records by clicking **Status** and **Sort**.

![](/files/-MhXT0QHYaCBmem89vGh)

Click the latest record to enter its Details page

![](/files/-MhXT4pJ4zr5fROaZxEj)

On the Run Details page, you can view the running time, effective duration, status, etc. You can also click **Logs** to view the running code. If you want to view detailed **Parameters,** just click **Parameters.**

![](/files/-MhXTA7l8y8nj7kzFGAp)

In the Parameters Details Page, you can view the parameters configuration, YAML files, and other details. Support to modify parameters of the whole workflow by clicking **Edit**.

![](/files/-MhXTDqIfGTszegK0B6f)


---

# 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.graviti.com/guide/tensorbay/action/run-workflow.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.
