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
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Including all upstream node deps on BranchNode subnode execution (#543)
* waiting for upstream nodes on branch subnode evaluation
Signed-off-by: Daniel Rammer <[email protected]>
* removed dead comments
Signed-off-by: Daniel Rammer <[email protected]>
* added unit test
Signed-off-by: Daniel Rammer <[email protected]>
* fixed lint issues
Signed-off-by: Daniel Rammer <[email protected]>
---------
Signed-off-by: Daniel Rammer <[email protected]>
// TODO we should replace the call to RecursiveNodeHandler with a call to SingleNode Handler. The inputs are also already known ahead of time
197
201
// There is no DAGStructure for the branch nodes, the branch taken node is the leaf node. The node itself may be arbitrarily complex, but in that case the node should reference a subworkflow etc
198
202
// The parent of the BranchTaken Node is the actual Branch Node and all the data is just forwarded from the Branch to the executed node.
// TODO we should replace the call to RecursiveNodeHandler with a call to SingleNode Handler. The inputs are also already known ahead of time
237
245
// There is no DAGStructure for the branch nodes, the branch taken node is the leaf node. The node itself may be arbitrarily complex, but in that case the node should reference a subworkflow etc
238
246
// The parent of the BranchTaken Node is the actual Branch Node and all the data is just forwarded from the Branch to the executed node.
0 commit comments