This commit is contained in:
lda
2026-05-25 04:49:24 +07:00 Verified
parent a4eeb506be
commit 7477a12b51
3 changed files with 146 additions and 2 deletions
+3 -2
View File
@@ -396,8 +396,9 @@ class WorkflowBuilder:
) -> SubgraphNode:
"""Add a native subgraph boundary using a compiled child workflow contract.
This only authors the graph boundary. Runtime execution still raises
until wf_core grows child workflow scope/frame execution.
Core executes local children when callers supply a matching
`PreparedSubgraph`; saved artifact resolution and child interrupt resume
remain higher-layer/future responsibilities.
"""
node = subgraph_ref(
id=id or self._next_step_id(_workflow_ref_base(workflow_ref, workflow)),