Files
nexus/wiki/concepts/工作流自动化.md

22 lines
747 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "工作流自动化"
type: concept
tags: [automation, workflow]
---
## Definition
预定义的自动化流程,通过预设的触发器和操作步骤实现一致的输出。与 AI Agent 不同,工作流不会动态决定使用哪些工具,而是按照固定的路径执行。
## Characteristics
- 固定的执行路径
- 可预测的输出结果
- 适合重复性任务
## Relationship to AI Agent
- Agentic Systems 由 Workflow 和 Agent 组成
- Workflow 提供一致性Agent 提供灵活性
- AI Agent 可调用 Workflow 作为工具
## Connected Pages
- [[n8n]] — 提供可视化工作流自动化平台
- [[N8N Full Tutorial Building AI Agents in 2025 for Beginners!]] — 教程区分了工作流与 Agent 的概念