Method: SpotFlow::Bpmn::ScriptTask#run
- Defined in:
- lib/spot_flow/bpmn/task.rb
#run(execution) ⇒ Object
108 109 110 |
# File 'lib/spot_flow/bpmn/task.rb', line 108 def run(execution) SpotFeel.evaluate(script.delete_prefix("="), variables: execution.parent.variables) end |