From fda3cfdd1eea23b4517321eda9fc93b54930667b Mon Sep 17 00:00:00 2001 From: fengjiayi <12821976+ning_xi@user.noreply.gitee.com> Date: Sat, 2 Aug 2025 22:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=20flow=5Fvisualizer?= =?UTF-8?q?=20=E7=9B=B8=E5=85=B3md=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flow_visualizer_cn.md | 3 +-- flow_visualizer_en.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/flow_visualizer_cn.md b/flow_visualizer_cn.md index 639a716..0b0cb33 100644 --- a/flow_visualizer_cn.md +++ b/flow_visualizer_cn.md @@ -147,8 +147,7 @@ return log; #### 🔁 Flipflop(触发器) -- 可响应外部事件或超时触发 -- 支持状态返回(成功、失败、取消)与触发源类型(外部、超时) +- 可响应外部事件或超时触发,需要有返回值 #### 🧠 ExpOp(表达式节点) diff --git a/flow_visualizer_en.md b/flow_visualizer_en.md index 4f88b47..fe5c257 100644 --- a/flow_visualizer_en.md +++ b/flow_visualizer_en.md @@ -150,8 +150,7 @@ return log; #### 🔁 `Flipflop` (Trigger Node) -- Can be triggered by external events or timeouts -- Supports state returns (Success, Failure, Cancelled) and trigger source type +- Can be triggered by external events or timeouts, need result is not null #### 🧠 `ExpOp` (Expression Node)