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 +=> operator for mutating existing workflow #4

Closed theburningmonk closed 11 years ago

theburningmonk commented 11 years ago

Rather than always creating a new instance of workflow, add another operator which just appends another step to an existing workflow, e.g.

Workflow(...) +=> Activity(...)

theburningmonk commented 11 years ago

not a lot of value to do this right now