docs: clarify draft subgraph adaptation boundary

This commit is contained in:
lda
2026-07-20 08:23:26 +07:00 Verified
parent 09bed0d7ea
commit 7e8ce5330f
+1
View File
@@ -111,6 +111,7 @@ def _add_step(builder: WorkflowBuilder, step_id: str, step: DraftStep):
default=step.match.default, default=step.match.default,
).entry ).entry
if isinstance(step, DraftSubgraphStep): if isinstance(step, DraftSubgraphStep):
# Preserve the declared boundary; artifact resolution/loading is platform work.
node = SubgraphNode( node = SubgraphNode(
id=step_id, id=step_id,
type="subgraph", type="subgraph",