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
# Look for connections in nested workflows via recursion
35
-
fornodeinworkflow.find_name_of_appropriate_method(): #TODO: find the method that iterates through the nodes of the workflow (but not nested nodes)
36
+
fornodeinworkflow._get_all_nodes(): #TODO: find the method that iterates through the nodes of the workflow (but not nested nodes)---placeholder: find_name_of_appropriate_method
36
37
ifisinstance(node, Workflow): # TODO: find a way to check whether the node is a standard node or a nested workflow
0 commit comments