fix: close workflow review gaps

This commit is contained in:
lda
2026-09-04 20:00:21 +07:00 Verified
parent 220df14314
commit 6b5c79ba21
15 changed files with 169 additions and 60 deletions
+4 -3
View File
@@ -18,9 +18,10 @@ from wf_core.runtime.ops.state import (
class LineageStateView:
"""Committed state plus writes visible inside one child lineage.
Today concurrent foreach supplies the writes from barrier metadata. Future
native subgraphs and fork/gather should use the same primitive instead of
rebuilding foreach-specific overlay logic.
Concurrent foreach item writes live in ``RunState.lineages``; the barrier
keeps only each item's lineage identity. Future native subgraphs and
fork/gather should reuse this primitive instead of rebuilding lineage
overlay logic.
"""
base_state: Mapping[str, Any]