# File lib/ruote/part/storage_participant.rb, line 182
    def reply(workitem)

      puts '-' * 80
      puts '*** WARNING : please use the Ruote::StorageParticipant#proceed(wi)'
      puts '              instead of #reply(wi) which is deprecated'
      #caller.each { |l| puts l }
      puts '-' * 80

      proceed(workitem)
    end