修改了 flow_visualizer 相关md文档

This commit is contained in:
fengjiayi
2025-08-02 22:06:24 +08:00
parent 79af278b70
commit fda3cfdd1e
2 changed files with 2 additions and 4 deletions

View File

@@ -147,8 +147,7 @@ return log;
#### 🔁 Flipflop触发器 #### 🔁 Flipflop触发器
- 可响应外部事件或超时触发 - 可响应外部事件或超时触发,需要有返回值
- 支持状态返回(成功、失败、取消)与触发源类型(外部、超时)
#### 🧠 ExpOp表达式节点 #### 🧠 ExpOp表达式节点

View File

@@ -150,8 +150,7 @@ return log;
#### 🔁 `Flipflop` (Trigger Node) #### 🔁 `Flipflop` (Trigger Node)
- Can be triggered by external events or timeouts - Can be triggered by external events or timeouts, need result is not null
- Supports state returns (Success, Failure, Cancelled) and trigger source type
#### 🧠 `ExpOp` (Expression Node) #### 🧠 `ExpOp` (Expression Node)