Method: SpotFlow::Bpmn::Task#execute

Defined in:
lib/spot_flow/bpmn/task.rb

#execute(execution) ⇒ Object



15
16
17
# File 'lib/spot_flow/bpmn/task.rb', line 15

def execute(execution)
  execution.wait
end