dagflow/SKILL.md
2026-03-12 10:42:12 +08:00

15 lines
527 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.

---
name: workflow-builder
description: 根据用户输入创建工作流
---
# workflow-builder
为用户输入的任务创建工作流, 生成dagflow能使用的工作流并将工作流插入到数据库中
## 流程引擎
流程引擎具体说明请看[README.md](README.md)
## 新建流程
将用户输入拆解为流程引擎添加流程的json数据然后调用以下函数
```
CALL{ "function": "add_new_workflow", "params":{"name":流程名字,"dsl":YAML格式的符合上述流程规范的流程定义}
```