Amazon.SimpleWorkflow.Extensions
Amazon.SimpleWorkflow.Extensions copied to clipboard
Allow try-catch-finally semantic to workflows
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.