Class: Proxy::Acd::AcdTaskLauncher::AcdRunnerAction

Inherits:
Dynflow::Action::Runner
  • Object
show all
Defined in:
lib/smart_proxy_acd/acd_task_launcher.rb

Overview

Implements the Runner::Action for Acd

Instance Method Summary collapse

Instance Method Details

#initiate_runnerObject



9
10
11
12
13
14
15
16
17
18
# File 'lib/smart_proxy_acd/acd_task_launcher.rb', line 9

def initiate_runner
  additional_options = {
    :step_id => run_step_id,
    :uuid => execution_plan_id
  }
  ::Proxy::Acd::AcdRunner.new(
    input.merge(additional_options),
    :suspended_action => suspended_action
  )
end