From 49a4d08c040673fa044d70cb0c98edcb14a7aca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Mon, 18 May 2026 06:59:47 +0000 Subject: [PATCH] docs: add thread list --all and thread kill --- docs/wf-stateless-design.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/wf-stateless-design.md b/docs/wf-stateless-design.md index 05f14d0..d23d045 100644 --- a/docs/wf-stateless-design.md +++ b/docs/wf-stateless-design.md @@ -13,7 +13,8 @@ uwf thread start -p # 创建 thread,不执行 uwf thread step [--agent] # 单步执行 uwf thread show [--full] # 查看状态(--full 展开完整历史) -uwf thread list # 列出活跃 threads +uwf thread list [--all] # 列出活跃 threads(--all 含已归档) +uwf thread kill # 终结 thread,归档 # workflow 组 uwf workflow put # 注册 workflow(YAML → CAS)