docs: clarify draft subgraph adaptation boundary
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user