You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The graph shows that the ``generate_square_numbers`` task has multiple output nodes, one for each entry in the dynamically generated dictionary.
172
172
# The ``dynamic(typing.Any)`` specification instructs the workgraph to treat each value in the returned dictionary as a separate output node of any type.
173
173
#
174
+
# .. note::
175
+
#
176
+
# If no item type is specified (i.e., just ``dynamic()``), the namespace becomes fully dynamic,
177
+
# enabling arbitrary nested structures (e.g., dictionaries). Each value will then be recursively treated as a leaf node.
0 commit comments