Method: Dynflow::Persistence#save_execution_plan

Defined in:
lib/dynflow/persistence.rb

#save_execution_plan(execution_plan) ⇒ Object



90
91
92
# File 'lib/dynflow/persistence.rb', line 90

def save_execution_plan(execution_plan)
  adapter.save_execution_plan(execution_plan.id, execution_plan.to_hash)
end