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

60 lines
1.2 KiB
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, n8n]
last_updated: 2026-04-14
---
# 工作流自动化
使用工具自动执行重复性任务,减少人工干预。
## 核心概念
### 工作流Workflow
由多个任务节点按一定顺序执行的自动化流程。
### 节点Node
工作流中的单个操作单元:
- 触发器:启动工作流
- 动作:执行具体操作
- 工具:辅助功能
- 代码:自定义逻辑
- AI节点嵌入AI能力
## 与AI Agent的关系
- **Workflow**:预定义自动化,一致输出
- **Agent**基于LLM动态决定工具和输出
- **Agentic系统**:结合两者优势
## 平台
### N8N
- 可视化拖拽界面
- 400+预构建集成
- 支持自托管
### OpenClaw
- 通过skill扩展能力
- 自然语言配置
- 记忆和上下文保留
## 安全集成模式
[[OpenClaw + n8n工作流编排]]
- Webhook调用n8n
- 凭证隔离在n8n
- 工作流可锁定
## 使用场景
- [[会议纪要自动化]]
- [[邮件管理自动化]]
- [[日历聚合]]
- [[社交媒体自动化]]
## 相关链接
- [N8N官网](https://n8n.io/)
- [OpenClaw文档](https://docs.openclaw.ai)