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

edits to two-mappers pipeline and removed of redundant defaultTask #67

Closed tiagofilipe12 closed 7 years ago

tiagofilipe12 commented 7 years ago

In this PR I made some changes to two-mappers example pipelines in order to avoid the usage of shell pipe, since for reproducibility isolating tasks would be better. Also, defaultTask state was removed from lib/reducers/task.js since it is duplicated in lib/constants/default-task-state.js and was replaced by an import from the latter.