cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a specific document from Decipher?

How to get a specific document from Decipher?

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.

Is there a way I can divide the chunk according to batch-type/DFD/doc-type or any level?

Or anything else that can basically break this workflow as per some rule.


------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------
1 BEST ANSWER

Best Answers

Hi,

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.

The queue suffix is used when connecting to Decipher, so you'll be using when you upload documents and download the respective data.

Thanks

------------------------------
Ben Lyons
Product Consultant
Blue Prism
UK
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

View answer in original post

3 REPLIES 3

BenLyons
Staff
Staff
Hi Tejaskumar,

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.

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.

Thanks

------------------------------
Ben Lyons
Product Consultant
Blue Prism
UK
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based

Hi Ben,

Thanks for the answer.

So are you referring to the Queue Suffix data item that we have in the process?

And use a different name here for the different projects where we want to segregate.

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.

Is this the right understanding?

------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------

Hi,

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.

The queue suffix is used when connecting to Decipher, so you'll be using when you upload documents and download the respective data.

Thanks

------------------------------
Ben Lyons
Product Consultant
Blue Prism
UK
------------------------------
Ben Lyons Senior Product Specialist - Decipher SS&C Blue Prism UK based