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.
Audit
Dependencies
No dependency data recorded yet.