Method: SpotFlow::Execution#call

Defined in:
lib/spot_flow/execution.rb

#call(process) ⇒ Object



197
198
199
# File 'lib/spot_flow/execution.rb', line 197

def call(process)
  execute_step(process, attached_to: self)
end