Method: CPEE::Worklist::Controller#callback

Defined in:
lib/cpee-worklist/controller.rb

#callback(hw, key, content) ⇒ Object



143
144
145
146
# File 'lib/cpee-worklist/controller.rb', line 143

def callback(hw,key,content)
  CPEE::Message::send(:callback,'activity/content',base,info,uuid,info,content.merge(:key => key),@redis)
  @callback_keys[key] = hw
end