Class: Proxy::Acd::AcdTaskLauncher
- Inherits:
-
Dynflow::TaskLauncher::Batch
- Object
- Dynflow::TaskLauncher::Batch
- Proxy::Acd::AcdTaskLauncher
- Defined in:
- lib/smart_proxy_acd/acd_task_launcher.rb
Overview
Implements the TaskLauncher::Batch for Acd
Defined Under Namespace
Classes: AcdRunnerAction
Instance Method Summary collapse
Instance Method Details
#child_launcher(parent) ⇒ Object
21 22 23 24 |
# File 'lib/smart_proxy_acd/acd_task_launcher.rb', line 21 def child_launcher(parent) Proxy::Dynflow::TaskLauncher::Single.new(world, callback, :parent => parent, :action_class_override => AcdRunnerAction) end |