Class: Proxy::Dynflow::Action::OutputCollector

Inherits:
Runner
  • Object
show all
Defined in:
lib/smart_proxy_dynflow/action/output_collector.rb

Constant Summary

Constants included from WithExternalPolling

WithExternalPolling::Poll

Instance Method Summary collapse

Methods inherited from Runner

#failed_run?, #finalize, #finish_run, #initiate_runner, #kill_run, #output_result, #poll, #process_external_event, #process_update, #rescue_strategy_for_self, #run, #runner_dispatcher

Methods included from WithExternalPolling

#poll, #run

Methods inherited from Shareable

#plan

Instance Method Details

#init_runObject



5
6
7
8
9
# File 'lib/smart_proxy_dynflow/action/output_collector.rb', line 5

def init_run
  output[:result] = []
  output[:runner_id] = input[:runner_id]
  suspend
end