Method: Dynflow::Persistence#save_step

Defined in:
lib/dynflow/persistence.rb

#save_step(step, conditions = {}) ⇒ Object



138
139
140
# File 'lib/dynflow/persistence.rb', line 138

def save_step(step, conditions = {})
  adapter.save_step(step.execution_plan_id, step.id, step.to_hash, conditions)
end