genericworkflownodes / GenericKnimeNodes

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

ZipLoopEnd does not allow KNIME loops inside them #160

Closed jpfeuffer closed 7 years ago

jpfeuffer commented 7 years ago

Even if there is only one file in the Port going into the ZipLoopEnd after every iteration, ZipLoopEnd terminates with a NullPointerException, if there is another KNIME loop enclosed in it. I see that a mixture of KNIME and ZipLoops would be hard to do, but fully enclosed KNIME loops should not be a problem, right?

jpfeuffer commented 7 years ago

Should be resolved.