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

30 lines
1.5 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: [workflow, automation, ai]
last_updated: 2025-12-31
---
## Overview
**工作流自动化Workflow Automation** 是通过软件工具将重复性、手动执行的任务和业务流程转变为自动执行的流程的技术方法。通过自然语言指令驱动 AI 助手自动设计和搭建工作流,是近年来工作流自动化领域的重要发展方向。
## Key Characteristics
- **自然语言驱动**用户通过描述性文本Prompt告知 AI 需要完成的自动化任务
- **节点编排**AI 自动选择和连接适当的节点/工具来完成流程
- **代码生成**AI 自动编写脚本逻辑,减少人工编码工作量
- **低门槛**:非技术用户也能通过自然语言创建复杂自动化流程
## Claude + N8N 自动化案例
通过 [[n8n-mcp]] 将 [[Claude]] 与 [[N8N]] 连接:
1. 用户输入自然语言需求(如"每小时爬取最新新闻,更新至 Google 表格"
2. Claude 通过 n8n-mcp 理解 N8N 节点能力
3. Claude 自动查找节点、设置触发器、编写代码
4. 生成的工作流完成度约 80%-90%,需人工二次修正
## Related
- [[N8N]] — 工作流自动化平台
- [[n8n-mcp]] — Claude 与 N8N 的连接桥梁
- [[Claude]] — 提供自然语言理解的 AI 助手
- [[Extended Thinking]] — Claude 的深层推理模式,提升生成质量
- [[MCPModel Context Protocol]] — 使 AI 能调用外部工具的协议