class Proxy::Dynflow::Action::Batch

Public Instance Methods

initiate() click to toggle source
# File lib/smart_proxy_dynflow/action/batch.rb, line 12
def initiate
  ping suspended_action
  wait_for_sub_plans sub_plans
end
plan(launcher, input_hash) click to toggle source

{ task_id => { :action_class => Klass, :input => input } }

# File lib/smart_proxy_dynflow/action/batch.rb, line 7
def plan(launcher, input_hash)
  launcher.launch_children(self, input_hash)
  plan_self
end
rescue_strategy() click to toggle source
# File lib/smart_proxy_dynflow/action/batch.rb, line 17
def rescue_strategy
  Dynflow::Action::Rescue::Fail
end