# File lib/ruote/part/storage_participant.rb, line 106
    def [] (fei)

      doc = fetch(fei)

      doc ? Ruote::Workitem.new(doc) : nil
    end