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

Allow try-catch-finally semantic to workflows #27

Open theburningmonk opened 11 years ago

theburningmonk commented 11 years ago

e.g. WF ++> Try Activity1 OnError ActivityOnFail Finally ActivityOnFinally ++> Activity2

where Activity2 is only executed if Activity1 completed, otherwise ActivityOnFail is executed, but regardless ActivityOnFinally will always be executed.