Method: Flow::Flowfile#run
- Defined in:
- lib/flow-lite.rb
#run(name) ⇒ Object
111 112 113 114 |
# File 'lib/flow-lite.rb', line 111 def run( name ) ## todo/check: always return/use a new instance why? why not? flow_class.new.step( name ) end |