Registry / utility / dynflow

dynflow

JSON →
library2.0.1rbrubygemsunverified

Ruby workflow/orchestration engine.

gem install dynflow
INSTALL
IMPORT
SIG · DYNFLOW
D
dynflow
utilityrubyv2.0.1
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.

Dynflow
require 'dynflow'

Define and trigger a simple workflow.

require 'dynflow' class MyWorkflow < Dynflow::Action def run puts "Running workflow step" end end world = Dynflow::SimpleWorld.new world.trigger(MyWorkflow)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
dynflow — gem install dynflow · libregistry