/rails_bpm

Ruote based Business Process Management on rails

Primary LanguageRubyMIT LicenseMIT

RailsBpm

Rails BPM is a proof_of_concept of Ruby on Rails plugin/engine for building Business Process Management solutions. It is based on Ruote and RuoteKit was created by extending ruote-on-rails.

Idea is to put your process into app/processes your tasks into app/controllers/tasks and app/views/tasks and participants into app/participants and let RailsBpm do the rest of the job. For now it is really implemented only to show haw can it be done it is far from complete.

Install

Make new rails application and remove index.html file.

Install the plugin by adding it to Gemfile:

gem 'rails_bpm', :git => 'http://github.com/simcha/rails_bpm.git'
gem 'ruote', :git => 'http://github.com/jmettraux/ruote.git'
gem 'ruote-kit', :git => 'http://github.com/tosch/ruote-kit.git'


For now you must use git version of ruote with fixed paging support [thanks John :)]

And running

bundle install

rails generate rails_bpm:install

rails generate rails_bpm:example

Copyright © 2011 by simcha, released under the MIT license