Registry / other / ruote
library2.3.0rbrubygemsunverified

Ruote is an open source Ruby workflow engine that allows you to define and execute business processes.

gem install ruote
INSTALL
IMPORT
SIG · RUOTE
R
ruote
otherrubyv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ruote
require 'ruote'

Launch a simple workflow with two sequential participants.

require 'ruote' engine = Ruote::Dashboard.new(Ruote::Worker.new(Ruote::HashStorage.new())) engine.launch(Ruote.define do sequence do participant 'alice' participant 'bob' end end)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ruote — gem install ruote · libregistry