Sha256: c4cc51cdd86b5fa9c736fea63cf928f9cdbcb851adc40f0f4801f146547f711c
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
= OpenWFEru, Standard Library Documentation == Prerequisites Ruby 1.8.0 or later == Supported platforms TODO == Installation TODO == Overview OpenWFEru is a Ruby port of the OpenWFE workflow engine (http://www.openwfe.org). It is a complete rewrite in Ruby so does not need to use the Java-based engine from OpenWFE. OpenWFEru was initially implemented in San Joaquin de Flores, Costa Rica. One project goal for OpenWFEru is compatibility with its Java based cousin so workflows defined for the Java engine should work with the Ruby implementation. There are some incompatibilities between each implementatio. TODO: Document implementation differences == Example These are mostly stolen from the unit tests Creating an workflow engine instance require 'openwferu' engine = OpenWFEru::Engine.new() engine.register_participant('test-.*', OpenWFEru::PrintParticipant.new()) == Documentation The main project site lives at rubyforge at: http://rubyforge.org/projects/openwferu In the meantime the old site hosted at openwfe.org is at: http://www.openwfe.org/openwfe-ruby.html If you're interested in helping : john at openwfe dot org
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openwferu-0.9.0 | README |