fredjean / simpler_workflow

Wrapper for Amazon's Simple Workflow Service
MIT License
41 stars 7 forks source link

AWS Flow Ruby Support #7

Open mcorner opened 11 years ago

mcorner commented 11 years ago

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 it looks like soon.

fredjean commented 11 years ago

Definitively something to keep an eye on. I'm curious to see what it ends up looking like. A lot of people assocated with the AWS GitHub organization seem to have been watching this repo...

fredjean commented 11 years ago

It looks like it has been announced and released: [https://github.com/flowdock/hubot-flowdock]. It'll be interesting to see where it goes.

mcorner commented 11 years ago

Indeed, I should be trying it out soon. Something we have been contemplating is building something to cleanly integrate human workers into the work flow. Possibly by providing a rails engine with a basic administrative console, ability to claim jobs, escalate jobs that aren't done, etc. etc. Haven't had time to start that yet though.