# File lib/ruote/part/storage_participant.rb, line 446
    def fetch_all(opts)

      @context.storage.get_many(
        'workitems',
        @store_name ? /^wi!#{@store_name}::/ : nil,
        opts)
    end