wf reorg 4 demo workflow in example

This commit is contained in:
lda
2026-05-08 21:55:33 +07:00 Verified
parent eaead2169c
commit 703b25bc19
6 changed files with 5 additions and 8 deletions
-2
View File
@@ -64,8 +64,6 @@ raising at the first failure.
## What This Cleanup Does Not Solve Yet
- `demo_workflow.py` is still large because it is a fixture/demo, not core
runtime. If it becomes a permanent example suite, move it out of `wf_core`.
- Foreach is still serial-only. Parallel foreach needs an explicit scheduling
model, not just `asyncio.gather`.
- Interrupt lifecycle is still node-level and run-state-level. Long-lived