genericworkflownodes / GenericKnimeNodes

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

Let GKNodes configure with an unknown file extension #217

Closed jpfeuffer closed 5 years ago

jpfeuffer commented 5 years ago

In case of an unknown/not yet fixed file extension at an incoming port, I think we should let the node at least configure with a warning. Especially in headless runs this completely prevents execution (because you can't manually execute the workflow up to that node).

jpfeuffer commented 5 years ago

I mean mime type = null. We should nonetheless think about allowing an overwrite in the GKNodes for a non-matching mime.type.

jpfeuffer commented 5 years ago

fixed in #196