danielduarte / flowed

A fast and reliable flow engine for orchestration and more uses in Node.js, Deno and the browser
https://danielduarte.github.io/flowed
MIT License
151 stars 21 forks source link

Add a way to inherit resolver into sub-flows #28

Open danielduarte opened 4 years ago

danielduarte commented 4 years ago

When specifying a flow with sub-flow(s), it is impossible to specify the resolvers in the parameter dynamically. So if the resolvers could be inherited from the outside flow it would be enough to solve this problem.