# File lib/dynflow/action/suspended.rb, line 5 def initialize(action) @world = action.world @execution_plan_id = action.execution_plan_id @step_id = action.run_step_id end
# File lib/dynflow/action/suspended.rb, line 15 def <<(event = nil) event event end
# File lib/dynflow/action/suspended.rb, line 11 def event(event, future = Concurrent.future) @world.event execution_plan_id, step_id, event, future end