https://flyte.org logo
#ask-the-community
Title
# ask-the-community
g

George D. Torres

12/12/2022, 3:02 PM
This should hopefully be an easy one: how can I get the node to task name mapping from a workflow, given only the workflow python code? For example,
n0 -> taskA
,
n1 -> taskB
, etc
s

Samhita Alla

12/12/2022, 4:36 PM
g

George D. Torres

12/12/2022, 8:51 PM
That's not quite what I was thinking, but now that I think about it that should do the trick for me. Thank you!
2 Views