新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,22 @@
---
title: "n8n节点类型"
type: concept
tags: [n8n, workflow]
sources: [n8n-full-tutorial-building-ai-agents-in-2025-for-beginners.md]
last_updated: 2026-04-14
---
## Definition
n8n 平台中节点的 5 种分类,每种类型承担不同功能:
1. **触发器Trigger**:启动工作流的事件源
2. **动作Action**:执行具体操作的节点
3. **工具Utility**:数据处理转换节点
4. **代码Code**:自定义 JavaScript/Python 代码节点
5. **AI Agent**:高级 AI 能力节点,支持 LLM 调用
## Usage
理解节点分类是设计有效 n8n 工作流的基础。
## Connections
- [[n8n]] ← 使用 ← [[n8n节点类型]]