Class: SmartProxyAcdCore::AcdTaskLauncher::AcdRunnerAction
- Inherits:
-
ForemanTasksCore::Runner::Action
- Object
- ForemanTasksCore::Runner::Action
- SmartProxyAcdCore::AcdTaskLauncher::AcdRunnerAction
- 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_runner ⇒ Object
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 = { :step_id => run_step_id, :uuid => execution_plan_id } ::SmartProxyAcdCore::AcdRunner.new( input.merge(), :suspended_action => suspended_action ) end |