Method: Dynflow::Persistence#load_execution_plan

Defined in:
lib/dynflow/persistence.rb

#load_execution_plan(id) ⇒ Object



85
86
87
88
# File 'lib/dynflow/persistence.rb', line 85

def load_execution_plan(id)
  execution_plan_hash = adapter.load_execution_plan(id)
  ExecutionPlan.new_from_hash(execution_plan_hash, @world)
end