ericabouaf / aws-swf-toolkit

A Node.js Framework for workflows on Amazon SWF
MIT License
17 stars 5 forks source link

multiple providers for activities #1

Open ericabouaf opened 11 years ago

ericabouaf commented 11 years ago

The idea would be to send a 'provider' in the task input.

The Activity Worker could then use different config files depending on the provider value.

(instead of single config.js file at the moment...)