Hi all! Does the client python api `list_node_exec...
# ask-the-community
x
Hi all! Does the client python api
list_node_executions
only return the top-level nodes? In my case, I have a dynamic workflow (below), but the api call only returns top-level nodes (
start-node
,
n0
, and
end-node
), whereas I was expecting
n0-0-dn0
as well.
Copy code
example_dynamic     n0
  -> example_task.  n0-0-dn0
If that’s the case, how can I find all the child nodes?
s
you can retrieve the sub nodes, but looks like it isn't working today: https://discuss.flyte.org/t/16342252/hi-all-i-am-trying-to-reach-the-nodes-of-a-dynamic-workflow-
x
Thanks for the heads up