<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to get a specific document from Decipher? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72709#M25314</link>
    <description>How to get a specific document from Decipher?&lt;BR /&gt;&lt;BR /&gt;Let's say I have 3 users working on different projects in Decipher and when anyone runs get verified process it basically grabs everything from Decipher into a queue.&lt;BR /&gt;&lt;BR /&gt;Is there a way I can divide the chunk according to batch-type/DFD/doc-type or any level? &lt;BR /&gt;&lt;BR /&gt;Or anything else that can basically break this workflow as per some rule.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Dec 2021 15:32:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2021-12-10T15:32:00Z</dc:date>
    <item>
      <title>How to get a specific document from Decipher?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72709#M25314</link>
      <description>How to get a specific document from Decipher?&lt;BR /&gt;&lt;BR /&gt;Let's say I have 3 users working on different projects in Decipher and when anyone runs get verified process it basically grabs everything from Decipher into a queue.&lt;BR /&gt;&lt;BR /&gt;Is there a way I can divide the chunk according to batch-type/DFD/doc-type or any level? &lt;BR /&gt;&lt;BR /&gt;Or anything else that can basically break this workflow as per some rule.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Dec 2021 15:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72709#M25314</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-12-10T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to get a specific document from Decipher?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72710#M25315</link>
      <description>Hi Tejaskumar,&lt;BR /&gt;&lt;BR /&gt;You can split the Batch Types using different RabbitMQ queues. I would change the data item to match the Blue Prism queue for the respective process.&lt;BR /&gt;&lt;BR /&gt;RabbitMQ will automatically create the queue where it doesn't exist and when you look to retrieve the data, using the same queue name will keep it segregated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Dec 2021 08:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72710#M25315</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-12-13T08:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to get a specific document from Decipher?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72711#M25316</link>
      <description>Hi Ben,&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer.&lt;BR /&gt;&lt;BR /&gt;So are you referring to the Queue Suffix data item that we have in the process?&lt;BR /&gt;&lt;BR /&gt;And use a different name here for the different projects where we want to segregate.&lt;BR /&gt;&lt;BR /&gt;So when we run the Push Doc process it will automatically create this new queue in the backend in RabbitMQ and we need to pass the same Queue Suffix name for Get Verified Doc process as well.&lt;BR /&gt;&lt;BR /&gt;Is this the right understanding?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2021 06:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72711#M25316</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-12-14T06:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to get a specific document from Decipher?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72712#M25317</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, that's correct. The queue suffix is stored in the batch information and is used by Decipher's export client for returning it to the same queue.&lt;BR /&gt;&lt;BR /&gt;The queue suffix is used when connecting to Decipher, so you'll be using when you upload documents and download the respective data.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2021 08:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-a-specific-document-from-Decipher/m-p/72712#M25317</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-12-14T08:13:00Z</dc:date>
    </item>
  </channel>
</rss>

