simpler_workflow
simpler_workflow copied to clipboard
Wrapper for Amazon's Simple Workflow Service
Fred, could you tell me why you chose to use SimpleDB. I was looking in depth at the aws flow framework and it has way to many bad design decisions...
Hi, I have an `on_activity_completed do |task, event|` but I don't know how to find the name of the task that just completed. Your gem is by far the cleaneast...
AWS has announced that they are releasing SWF Flow for Ruby: https://forums.aws.amazon.com/thread.jspa?threadID=122497&tstart=0 This may either remove the need for simpler_workflow all together, or make it better. We will see what...
Really interesting work. Looking forward to using it. I cobbled together a full example based on the README to try it out, but I must be missing something. I don't...
It would simplify a few things if we could look up activities and workflow via the :latest pseudo-version and let simpler_workflow figure out the appropriate version to return.