Method: SpotFlow::Bpmn::Event#escalation_event_definition

Defined in:
lib/spot_flow/bpmn/event.rb

#escalation_event_definitionObject



82
83
84
# File 'lib/spot_flow/bpmn/event.rb', line 82

def escalation_event_definition
  event_definitions.find { |ed| ed.is_a?(EscalationEventDefinition) }
end