knime-ip / knip-scijava

KNIP - SciJava Commands Plugin
2 stars 3 forks source link

Continuesly executing nodes that push out results #36

Closed gab1one closed 7 years ago

gab1one commented 8 years ago

Note This probably requires changes in SciJava core.

A command should be able to push out results (which are properly post-processed) continuously without getting re-executed. Example use case:

dietzc commented 8 years ago

another (more simple example): you have one input and n-outputs of the very same type. however, you want to push the n-outputs directly after they have been computed rather than collection them and output them as a list / array or so.

gab1one commented 8 years ago

OutputRowSyncService

Squareys commented 7 years ago

Related to #26

dietzc commented 7 years ago

Duplicate of #26.