Is there any workflow imlementation in RoR?
Several years i developed and supported a IBM Lotus Notes enterprise apps with IBM WorkFlow. This software provides possi
Check rails_workflow. (http://github.com/madzhuga/rails_workflow). It has no graphical editor for business schemes but it allows you to configure processes and this may be close to what you need.
Not sure if this is exactly what you're looking for, but we're using something called state machine in one of our rails 4 apps. The original repo is unmaintained, but there's a fork here that we're using. There are some great examples in the readme.