Class: Ruote::Exp::BroadcastEventExpression

Inherits:
FlowExpression
  • Object
show all
Includes:
Bumbleworks::Support::FlowExpression
Defined in:
lib/bumbleworks/ruote/exp/broadcast_event_expression.rb

Instance Method Summary collapse

Methods included from Bumbleworks::Support::FlowExpression

#tag_from_attribute

Instance Method Details

#applyObject



16
17
18
# File 'lib/bumbleworks/ruote/exp/broadcast_event_expression.rb', line 16

def apply
  reply_to_parent(h.applied_workitem)
end

#consider_tagObject



10
11
12
13
14
# File 'lib/bumbleworks/ruote/exp/broadcast_event_expression.rb', line 10

def consider_tag
  update_tree
  h.updated_tree[1]['tag'] = tag_from_attribute
  super
end