TritonDataCenter / node-workflow

Task orchestration, creation and running using NodeJS
MIT License
456 stars 66 forks source link

feature request: pluggable task-runner #149

Open ghost opened 8 years ago

ghost commented 8 years ago

I would like to be able to easily plug in my own task-runner implementation in lieu of the VM sandbox one you package here. It works very well, but I would prefer to dispatch my tasks to AWS lambda and get the results back through the API. It fits the paradigm perfectly, but just lets me offload the task execution and let the runner/worker tier only concern itself with orchestration.