# File lib/ruote/part/storage_participant.rb, line 297
    def fetch_all

      key = @store_name ? /^wi!#{@store_name}::/ : nil

      @context.storage.get_many('workitems', key)
    end