fsprojects / Amazon.SimpleWorkflow.Extensions

Extensions to AmazonSDK's SimpleWorkflow capabilities to make it more intuitive to use
http://fsprojects.github.io/Amazon.SimpleWorkflow.Extensions
MIT License
16 stars 10 forks source link

Add validation to ensure that activity being added is compatible with the result from previous activity #21

Open theburningmonk opened 11 years ago

theburningmonk commented 11 years ago

Make it static if possible (e.g. make Workflow generic and specifies the input and output type based on the first and last activity, and each time you add an activity you get back a new Workflow instance with potentially a different Output type)