Files
nexus/wiki/concepts/Coze-Workflow.md
2026-04-18 12:03:16 +08:00

25 lines
933 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: "Coze Workflow"
type: concept
tags: [ai, 智能体, 工作流]
---
## Description
Coze 平台的工作流模式Workflow用于编排复杂的 AI 业务流程。与 Bot对话型智能体模式不同Workflow 支持更复杂的企业级业务逻辑编排,可通过可视化界面串联多个节点,实现自动化业务流程。
## Key Features
- **可视化编排**:通过拖拽节点构建业务流程
- **多节点类型**:支持大模型、插件、代码、条件分支等多种节点
- **变量传递**:节点间可传递变量,实现数据流转
- **错误处理**:支持异常捕获和重试机制
- **版本管理**:支持工作流版本回滚
## Use Cases
- 复杂业务审批流程
- 数据处理与分析流水线
- 多系统集成自动化
- 企业级 AI 应用开发
## Related
- [[Coze扣子]] — 提供 Workflow 的平台
- [[Bot]] — Coze 的另一种开发模式