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

Support multiple concurrent activities/child workflows #20

Closed theburningmonk closed 11 years ago

theburningmonk commented 11 years ago

e.g. ++> [ Activity(...); childWorkflow1; childWorkflow2; Activity(...) ]