Hi There, I was wondering if anybody has come across/developed a rules based workflow engine/plugin for rails applications d -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
x1.sean-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Aug-23 14:03 UTC
[Rails] Re: Workflow
Hi, I''m currently working on a activity based workflow engine that works alot like a mix of acts_as_state_machine and http://www.tonymarston.net/php-mysql/workflow.html. It defines a dsl that alows you to build the workflow in the model file and track each object as it goes through different states. I have to admit that i chose to make my plugin activity based vs rule based out of ignorence, i didn''t know the advanteges vs disadvantages of each system... Once i''m done i''m hoping to release it, maybe it would help someone build a rule based workflow engine? - Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---