genericworkflownodes / GenericKnimeNodes

Base package for GenericKnimeNodes
https://github.com/genericworkflownodes/GenericKnimeNodes
Other
15 stars 16 forks source link

Added Don't Save Start and End nodes #231

Closed AlexanderFillbrunn closed 5 years ago

AlexanderFillbrunn commented 5 years ago

Those nodes define a block that is automatically reset when the end node is executed, so that no intermediate results are saved.

The original code is from the KNIME Image Processing Plugin

AlexanderFillbrunn commented 5 years ago

I added commit 1ea94da, which extends the nodes to have three input and output ports to support multiple files at once.