Class: SpotFlow::Zeebe::CalledDecision
- Inherits:
-
Bpmn::Extension
- Object
- Bpmn::Extension
- SpotFlow::Zeebe::CalledDecision
- Defined in:
- lib/spot_flow/bpmn/extensions.rb
Instance Attribute Summary collapse
-
#decision_id ⇒ Object
Returns the value of attribute decision_id.
-
#result_variable ⇒ Object
Returns the value of attribute result_variable.
Instance Attribute Details
#decision_id ⇒ Object
Returns the value of attribute decision_id.
28 29 30 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 28 def decision_id @decision_id end |
#result_variable ⇒ Object
Returns the value of attribute result_variable.
28 29 30 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 28 def result_variable @result_variable end |