Class: SpotFlow::Zeebe::Script
- Inherits:
-
Bpmn::Extension
- Object
- Bpmn::Extension
- SpotFlow::Zeebe::Script
- Defined in:
- lib/spot_flow/bpmn/extensions.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#result_variable ⇒ Object
Returns the value of attribute result_variable.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression.
51 52 53 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 51 def expression @expression end |
#result_variable ⇒ Object
Returns the value of attribute result_variable.
51 52 53 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 51 def result_variable @result_variable end |