Class: Bumbleworks::StorageParticipant

Inherits:
Ruote::StorageParticipant
  • Object
show all
Defined in:
lib/bumbleworks/participants/storage_participant.rb

Instance Method Summary collapse

Instance Method Details

#on_workitemObject



3
4
5
6
7
# File 'lib/bumbleworks/participants/storage_participant.rb', line 3

def on_workitem
  return_value = super
  Bumbleworks::Task.new(self[workitem.sid]).on_dispatch
  return return_value
end