Files
nexus/wiki/concepts/Coze-Workflow.md

29 lines
1.4 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: "Coze Workflow"
type: concept
tags: [ai-agent, workflow, coze]
last_updated: 2026-04-23
---
## Summary
Coze扣子平台的工作流编排能力允许用户通过可视化界面将多个 Bot 和插件串联,实现复杂业务流程的自动化执行。与传统的单 Bot 对话相比Workflow 支持条件分支、循环、变量传递等编程逻辑,适用于需要多步骤处理的业务场景。
## Core Features
- **可视化编排**:拖拽式节点编辑器,无需编程基础
- **多 Bot 串联**:将多个专业 Bot 按顺序或并行组合
- **插件集成**:调用天气、地图、数据库、代码执行等外部工具
- **条件分支**:根据变量值执行不同路径
- **变量管理**:在节点间传递和转换数据
- **输出定制**:控制最终输出的格式和内容
## Use Cases (from Coze Training)
- **滴滴计费解答_WorkFlow**:将计费规则问答 Agent 串联进业务流程
- **骑手招聘助手_WorkFlow**:招聘场景的多步骤自动化处理
- **SONY店员_WorkFlow**:零售门店场景的 AI 客服工作流
## Relationship to General Workflow Engineering
属于 [[Workflow-Engineering]] 在 Coze 平台的具体实现。与 [[n8n]] 的工作流自动化属同一方法论的不同工具平台——Coze 侧重 AI Agent 编排n8n 侧重通用 API 连接与自动化。
## Source
- [[AI 解决方案专家培训课程]]