Class: SpotFlow::Zeebe::AssignmentDefinition
- Inherits:
-
Bpmn::Extension
- Object
- Bpmn::Extension
- SpotFlow::Zeebe::AssignmentDefinition
- Defined in:
- lib/spot_flow/bpmn/extensions.rb
Instance Attribute Summary collapse
-
#assignee ⇒ Object
Returns the value of attribute assignee.
-
#candidate_groups ⇒ Object
Returns the value of attribute candidate_groups.
-
#candidate_users ⇒ Object
Returns the value of attribute candidate_users.
Instance Attribute Details
#assignee ⇒ Object
Returns the value of attribute assignee.
12 13 14 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 12 def assignee @assignee end |
#candidate_groups ⇒ Object
Returns the value of attribute candidate_groups.
12 13 14 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 12 def candidate_groups @candidate_groups end |
#candidate_users ⇒ Object
Returns the value of attribute candidate_users.
12 13 14 |
# File 'lib/spot_flow/bpmn/extensions.rb', line 12 def candidate_users @candidate_users end |