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

Investigate the possibility of allowing dynamic decision making code #24

Open theburningmonk opened 11 years ago

theburningmonk commented 11 years ago

Something along the lines of: Workflow(...) ++> Activity(...) ++> makeDecision (string -> Decision[] * string) ++> Activity(...)