flowpipe icon indicating copy to clipboard operation
flowpipe copied to clipboard

Virtual Node Connection without input/output connection

Open jonassorgenfrei opened this issue 2 years ago • 0 comments

It would be cool to being able create a flowpipe connection between flowpipe nodes without using the parameters so instead of:

workers.outputs['output'].connect(build_walls.inputs['input']) using e.g.

workers.connect(build_walls)

This avoids the need to create empty dummy inputs/outputs.

jonassorgenfrei avatar Oct 18 '22 12:10 jonassorgenfrei