Search code examples
c#.netamazon-web-servicesworkflowflash

Amazon AWS Simple Workflow Service SWF C# Sample


I was wondering if there are any SWF workflow C# sample code available for the AWS .NET SDK?

AWS Forum Post: https://forums.aws.amazon.com/thread.jspa?threadID=122216&tstart=0


Solution

  • As part of getting familiar with SWF, I ended up writing a common case library that I hope others can use as well. It's called SimpleWorkflowFramework.NET and is available as open source at https://github.com/sdebnath/SimpleWorkflowFramework.NET. It definitely could use a lot of help, so if you are interested, jump right in! :)