Class: Proxy::Dynflow::Action::Batch
- Inherits:
-
Dynflow::Action
- Object
- Dynflow::Action
- Proxy::Dynflow::Action::Batch
- Includes:
- Dynflow::Action::WithPollingSubPlans, Dynflow::Action::WithSubPlans
- Defined in:
- lib/smart_proxy_dynflow/action/batch.rb
Direct Known Subclasses
Instance Method Summary collapse
- #initiate ⇒ Object
-
#plan(launcher, input_hash) ⇒ Object
{ task_id => { :action_class => Klass, :input => input } }.
- #rescue_strategy ⇒ Object
Instance Method Details
#initiate ⇒ Object
12 13 14 15 |
# 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) ⇒ Object
{ task_id => { :action_class => Klass, :input => input } }
7 8 9 10 |
# File 'lib/smart_proxy_dynflow/action/batch.rb', line 7 def plan(launcher, input_hash) launcher.launch_children(self, input_hash) plan_self end |