Method: Dynflow::Action::WithSubPlans#spawn_plans
- Defined in:
- lib/dynflow/action/with_sub_plans.rb
#spawn_plans ⇒ Object
47 48 49 50 51 |
# File 'lib/dynflow/action/with_sub_plans.rb', line 47 def spawn_plans sub_plans = create_sub_plans sub_plans = Array[sub_plans] unless sub_plans.is_a? Array wait_for_sub_plans sub_plans end |