Hi community! How is a flyte parent node update it...
# flyte-support
h
Hi community! How is a flyte parent node update it status? Let's say I have a root node dn0, and it has 3 child node dn1, dn2, dn3. dn1 is succeed, dn2 is failed and dn3 is UNKNOWN, what is the dn0's status? I observed my workflow has this circumstance and dn0 will be still on RUNNING, and wait until dn2 finished. Thanks for all the help!
a
I think in your situation, the dn2 status is what causes the overall parent node to stay in the RUNNING phase This block in the propeller executor code points to that logic.
is it helpful?
h
Hi David! Thanks for the reply! I typo my previous message and dn3 is the node UNKNOWN.
a
got it, still I guess it doesn't change the overall conclusion: the parent node's status will stay in RUNNING while there's a node in Unknown state
h
Thanks!