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

Through tasks not properly logging #81

Open tiagofilipe12 opened 7 years ago

tiagofilipe12 commented 7 years ago

While doing my GSoC17 Week 12 report noticed that through tasks properly handle input and output but it does not have resolvedInput properly logged to graphson.json and there is no node in graph visualization in d3 (localhost:8084). Also, last redux state seems to not have resolvedOutput but has resolvedInput.

Maybe something is lost in the middle of through...

Potentially related to #79 .