Class: SmartProxyAcdCore::AcdTaskLauncher::AcdRunnerAction

Inherits:
ForemanTasksCore::Runner::Action
  • Object
show all
Defined in:
lib/smart_proxy_acd_core/acd_task_launcher.rb

Overview

Implements the Runner::Action for Acd

Instance Method Summary collapse

Instance Method Details

#initiate_runnerObject



6
7
8
9
10
11
12
13
14
15
# File 'lib/smart_proxy_acd_core/acd_task_launcher.rb', line 6

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