Introduce "natural connections". If there is only one way to connect two nodes (considering the number and types of inputs outputs) user should be able to do:
This would allow to streamline simple sequential workflow definition:
wf.connect([nodeA, nodeB, nodeC, nodeD])
Introduce "natural connections". If there is only one way to connect two nodes (considering the number and types of inputs outputs) user should be able to do:
This would allow to streamline simple sequential workflow definition: