docs: complete nested local draft bindings

This commit is contained in:
lda
2026-07-22 09:15:48 +07:00 Verified
parent cde0a3c14f
commit ae4b21fce4
8 changed files with 90 additions and 33 deletions
+4
View File
@@ -604,6 +604,10 @@ class WorkflowDraftAuthoringApi:
continue
if source_root not in {"input", "state"}:
continue
if not local_parts:
# `.` binds the whole graph value to the whole node input. It has
# no capability-property path from which to project one field.
continue
schema_key = "input_schema" if source_root == "input" else "state_schema"
target_schema = (
projected_input_schema