Class: Proxy::Dynflow::Action::OutputCollector
Instance Method Summary collapse
Methods inherited from Runner
#failed_run?, #finalize, #finish_run, #initiate_runner, #kill_run, #output_result, #process_external_event, #process_update, #rescue_strategy_for_self, #run, #runner_dispatcher
Methods inherited from Shareable
Instance Method Details
#init_run ⇒ Object
3 4 5 6 |
# File 'lib/smart_proxy_dynflow/action/output_collector.rb', line 3 def init_run output[:result] = [] suspend end |