Same Base workflow used but two different following workflows with different out put- How?

Hi!

i created a base workflow with data manipulation out of which two or more sub-workflows should start using that same base date output. How do I do this most efficiently without too many manual upload steps?

thanks!

You could mark all the nodes of you base workflow and make a component (right click, “Create Component”) and define two output ports (right click on the component, “Component” > “Setup”) and define two output ports.The simpler way is just connect the output of your base workflow to your sub workflows.A node output can be connected to more than one node.

2 Likes

Hi there @tinnefleerakkers,

welcome to KNIME Community!

You can call sub-workflows with Call Local Workflow (Row Based) and Call Workflow (Table Based) nodes. On KNIME Hub you can find various examples with this nodes.

Here is one:

https://kni.me/w/TtpsC8o-LeDY-f3P

Br,
Ivan

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.