# File lib/ruote/part/storage_participant.rb, line 161
    def first

      hwi = fetch_all.first

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