From a19ac3ec12c4f0047b2d0b1845684497848bc43c Mon Sep 17 00:00:00 2001 From: gan <871234248@qq.com> Date: Thu, 4 Jun 2026 14:24:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E8=A7=84?= =?UTF-8?q?=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工作流规范.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 工作流规范.md diff --git a/工作流规范.md b/工作流规范.md new file mode 100644 index 0000000..4180953 --- /dev/null +++ b/工作流规范.md @@ -0,0 +1,6 @@ +# 工作流规范 + + +1. 为保证所有`执行模式`为主工作流的流程能够正确调用子工作流,子工作流的`执行模式`必须设置为`同步`。 +2. 子工作流仅允许被主工作流调用,不得被其他类型的流程调用。 +3. 在非主工作流的场景下,如需调用子工作流,禁止直接调用;应通过新建一个工作流的方式间接实现调用。 \ No newline at end of file