Class: SpotFlow::Bpmn::IntermediateThrowEvent
- Defined in:
- lib/spot_flow/bpmn/event.rb
Instance Attribute Summary
Attributes inherited from Event
Attributes inherited from Step
#default, #default_ref, #incoming, #outgoing
Attributes inherited from Element
#extension_elements, #id, #name
Instance Method Summary collapse
Methods inherited from Event
#conditional_event_definition, #error_event_definition, #error_event_definitions, #escalation_event_definition, #event_definition_ids, #initialize, #is_catching?, #is_conditional?, #is_error?, #is_escalation?, #is_message?, #is_none?, #is_signal?, #is_terminate?, #is_timer?, #message_event_definitions, #signal_event_definitions, #terminate_event_definition, #timer_event_definition
Methods inherited from Step
#converging?, #diverging?, #initialize, #input_mappings, #leave, #outgoing_flows, #output_mappings
Methods inherited from Element
Constructor Details
This class inherits a constructor from SpotFlow::Bpmn::Event
Instance Method Details
#execute(execution) ⇒ Object
133 134 135 136 |
# File 'lib/spot_flow/bpmn/event.rb', line 133 def execute(execution) super leave(execution) end |
#is_throwing? ⇒ Boolean
129 130 131 |
# File 'lib/spot_flow/bpmn/event.rb', line 129 def is_throwing? true end |