Skip to content

Commit 67ad8fe

Browse files
authored
chore: add a node pic (#3146)
1 parent 8b438c4 commit 67ad8fe

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/cn/guides/10-cloud/02-resources/task-flow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Task Flow 是 Databend Cloud 内置的工作流编排功能。你可以将多个
66

77
图中每个节点是一个 **Task(任务)**,包含一条 SQL 语句及其调度配置。多个任务组合成一个 **Flow(流)**,Databend Cloud 根据依赖关系自动决定执行顺序。
88

9+
![Alt text](@site/static/img/documents/task-flow/node.png)
10+
911
## 功能概览
1012

1113
Task Flow 是对旧版 Task 列表 的全面升级:

docs/en/guides/10-cloud/02-resources/task-flow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Task Flow
44

55
Task Flow is Databend Cloud's built-in workflow orchestration feature. It lets you define, schedule, and monitor SQL-based data pipelines as directed acyclic graphs (DAGs). Each node in the graph is a **Task** — a SQL statement with its own schedule, dependencies, and execution settings. A **Flow** groups multiple tasks together and manages their execution order automatically.
66

7+
![Alt text](@site/static/img/documents/task-flow/node.png)
8+
79
## Overview
810

911
Task Flow replaces the legacy Task List with a more powerful model:
244 KB
Loading

0 commit comments

Comments
 (0)