> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/cac-tinh-nang/data-pipeline/theo-doi-lich-chay-pipeline.md).

# Theo dõi lịch chạy Pipeline

Hướng dẫn này giúp bạn xem lịch sử chạy pipeline, kiểm tra trạng thái, lịch chạy, và kích hoạt chạy thủ công.

## Trước khi bắt đầu

* Workspace có ít nhất một pipeline. Xem [Tạo pipeline từ report template](/cac-tinh-nang/data-pipeline/tao-pipeline-tu-template.md).

## Xem danh sách pipeline

1. Nhấn **Data Pipeline** trên thanh điều hướng bên trái.

Danh sách pipeline hiển thị tất cả pipeline trong workspace cùng trạng thái, lịch chạy, thời điểm chạy gần nhất, và lần chạy tiếp theo.

## Xem lịch sử chạy của một pipeline

1. Nhấn vào tên pipeline để mở trang chi tiết.

Trang chi tiết có hai tab: **Pipeline overview** và **Pipeline Ingestion**. Trang mở mặc định ở tab **Pipeline overview**. Kéo xuống đến phần **Pipeline Run History**, hiển thị lịch sử các lần chạy với các cột sau:

| Cột          | Mô tả                                        |
| ------------ | -------------------------------------------- |
| **Start**    | Thời điểm bắt đầu lần chạy                   |
| **End**      | Thời điểm kết thúc lần chạy                  |
| **Run Type** | Theo lịch (Scheduled) hoặc thủ công (Manual) |
| **Status**   | Queued, In Progress, Success, hoặc Failed    |
| **Duration** | Thời lượng chạy                              |

> **Lưu ý:** Nếu pipeline đang ở trạng thái **Setup Pending**, phần Pipeline Run History sẽ không có dữ liệu. Hoàn tất cài đặt data agent để kích hoạt pipeline. Xem [Tạo pipeline từ report template](/cac-tinh-nang/data-pipeline/tao-pipeline-tu-template.md).

## Kích hoạt chạy thủ công

1. Mở trang chi tiết pipeline.
2. Nhấn **Run Pipeline** trong phần Pipeline Run History.

Data Suite bắt đầu một lần chạy thủ công ngay lập tức. Lần chạy mới xuất hiện ở đầu danh sách lịch sử.

## Bước tiếp theo

* [Xử lý sự cố Data Pipeline](/cac-tinh-nang/data-pipeline/troubleshooting.md)
* [Sử dụng Template Marketplace](/cac-tinh-nang/marketplace.md)


---

# 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:

```
GET https://docs.datasuite.vn/cac-tinh-nang/data-pipeline/theo-doi-lich-chay-pipeline.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.
