bionode / bionode-watermill

💧Bionode-Watermill: A (Not Yet Streaming) Workflow Engine
https://bionode.gitbooks.io/bionode-watermill/content/
MIT License
37 stars 11 forks source link

Multiple inputs for a task #65

Open tiagofilipe12 opened 7 years ago

tiagofilipe12 commented 7 years ago

Right now a task can only resolve if one input (with the same pattern, e.g. *.txt) is given, if pattern within input renders more than one possible hit task will not properly finish. However some in order to take multiple inputs task must:

Note: output may in fact be several files, here I mean by output the 'results of a task'.

tiagofilipe12 commented 7 years ago

Part of this topic is explored in this report.