Module: AWS::SimpleWorkflow::DecisionTaskAdditions

Defined in:
lib/aws/simple_workflow/decision_task_additions.rb

Instance Method Summary collapse

Instance Method Details

#scheduled_event(event) ⇒ Object



6
7
8
# File 'lib/aws/simple_workflow/decision_task_additions.rb', line 6

def scheduled_event(event)
  workflow_execution.events.reverse_order.find { |e| e.id == event.attributes.scheduled_event_id }
end