Files
nexus/wiki/concepts/n8n节点类型.md
2026-04-14 16:02:50 +08:00

22 lines
682 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: "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节点类型]]