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

      doc = fetch(fei)

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