Method: Dynflow::Persistence#load_step
- Defined in:
- lib/dynflow/persistence.rb
#load_step(execution_plan_id, step_id, world) ⇒ Object
127 128 129 130 |
# File 'lib/dynflow/persistence.rb', line 127 def load_step(execution_plan_id, step_id, world) step_hash = adapter.load_step(execution_plan_id, step_id) ExecutionPlan::Steps::Abstract.from_hash(step_hash, execution_plan_id, world) end |