search for: openwf

Displaying 2 results from an estimated 2 matches for "openwf".

Did you mean: opendf
2007 May 06
0
Initializing a Scheduler
...ruby/gems/1.8/gems/rails-1.2.3/lib/initializer.rb:114:in `process'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/initializer.rb:43:in `run'' [/code] Any help would be appreciated. Here is the StartCron.rb file [code] require "rubygems" require ''openwfe/util/scheduler'' class StartCron def StartCron.run OpenWFE.scheduler = Scheduler.new OpenWFE.scheduler.start # Simple usage OpenWFE.scheduler.schedule_every(''2s'') { p ''every 2 seconds'' } OpenWFE.scheduler.join end...
2006 Jul 06
0
Ruby Workflow Engine
Is there a good workflow engine for business process modeling written in Ruby, or that will otherwise integrate well with RoR? I have researched it some and I''m leaning toward OpenWFE with Ruby. http://web.openwfe.org/display/openwfe/OpenWFE+ruby Does anyone have any experience with this?