audit: walk serial owners in write routing, harden result identity

This commit is contained in:
lda
2026-09-04 11:43:41 +07:00 Verified
parent 8a0737fe8b
commit 08cd4e1e5e
6 changed files with 278 additions and 35 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ from wf_core.runtime.foreach_state import (
)
from wf_core.runtime.lineage import (
add_lineage,
commit_patch_for_frame,
commit_foreach_aware_patch,
lineage_patch,
scope_input_for_frame,
)
@@ -379,7 +379,7 @@ def _finish_concurrent_foreach(
state_view_for_frame(run, frame),
reducers=reducers,
)
state_changes = commit_patch_for_frame(run, frame, combined)
state_changes = commit_foreach_aware_patch(run, frame, combined)
append_step_result_trace(
run,
frame_id=frame.id,