Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-01-21 01:56 PM
Hi All,
I'm new to decipher , want to know once after we upload the docs to decipher via BP ; is there any chance to get the status of the batch in BP please?
I'm new to decipher , want to know once after we upload the docs to decipher via BP ; is there any chance to get the status of the batch in BP please?
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-01-21 01:23 PM
Hi, @JanarthananRame,
the only information which you can get in BP is whether there is any batch available for processing by BP. So until the batch is submitted by the user who performs the verification steps you are "blind". There is a promise in BP Decipher roadmap to extend the functionality in this area as it is really needed but nothing more has been shared so far.
Regards,
Zdenek
the only information which you can get in BP is whether there is any batch available for processing by BP. So until the batch is submitted by the user who performs the verification steps you are "blind". There is a promise in BP Decipher roadmap to extend the functionality in this area as it is really needed but nothing more has been shared so far.
Regards,
Zdenek
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-01-21 01:23 PM
Hi, @JanarthananRame,
the only information which you can get in BP is whether there is any batch available for processing by BP. So until the batch is submitted by the user who performs the verification steps you are "blind". There is a promise in BP Decipher roadmap to extend the functionality in this area as it is really needed but nothing more has been shared so far.
Regards,
Zdenek
the only information which you can get in BP is whether there is any batch available for processing by BP. So until the batch is submitted by the user who performs the verification steps you are "blind". There is a promise in BP Decipher roadmap to extend the functionality in this area as it is really needed but nothing more has been shared so far.
Regards,
Zdenek
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-06-21 03:59 PM
Hi Jana.
You can query the Decipher database table Batch. I created a sub-process that queries this table and returns the Name, Description, and State columns among others.
The State column provides a lot of information:
State field values: • 0 – Invalid
• 1 – UserCreating – The batch is being created by user
• 2 – UserSending – The batch is being sent by user
• 3 – UserReceiving – The batch is being received by user
• 4 – UserProcessing – The batch is being processed by user
• 5 – ReadyForProcessing – The batch is ready to be processed by next role
• 6 – Finished – The batch has finished the processing by all defined roles and is exported
• 7 – Closed – The batch has been manually closed. It stops appearing in the list of active batches, but all data about its documents and pages is stored, so it can be opened again in the future.
• 8 – AutoClosed – The batch has been automatically closed. The system automatically closes a batch if all its documents have been closed manually (for now only in Admin station). If one of the documents is opened by an admin, its batch will be automatically opened.
• 9 – Deleted – The batch has been explicitly deleted – it cannot be recovered anymore because the deletion removes its image data. The object metadata is still in the system and can be seen during Reporting (information about which batches are deleted, why, when etc.)
• 10 – UserUploading – The batch is currently being uploaded (directly using files) by the user application
• 11 – WaitingForImageProcessing – The batch created from file(s) upload is waiting for image processing
• 12 – InImageProcessing – The batch created from file(s) upload is in image processing. The input files of the batch are sent simultaneously to the available Image Processing clients
• 100 – Exception – The batch has been classified as an exception
You can query the Decipher database table Batch. I created a sub-process that queries this table and returns the Name, Description, and State columns among others.
The State column provides a lot of information:
State field values: • 0 – Invalid
• 1 – UserCreating – The batch is being created by user
• 2 – UserSending – The batch is being sent by user
• 3 – UserReceiving – The batch is being received by user
• 4 – UserProcessing – The batch is being processed by user
• 5 – ReadyForProcessing – The batch is ready to be processed by next role
• 6 – Finished – The batch has finished the processing by all defined roles and is exported
• 7 – Closed – The batch has been manually closed. It stops appearing in the list of active batches, but all data about its documents and pages is stored, so it can be opened again in the future.
• 8 – AutoClosed – The batch has been automatically closed. The system automatically closes a batch if all its documents have been closed manually (for now only in Admin station). If one of the documents is opened by an admin, its batch will be automatically opened.
• 9 – Deleted – The batch has been explicitly deleted – it cannot be recovered anymore because the deletion removes its image data. The object metadata is still in the system and can be seen during Reporting (information about which batches are deleted, why, when etc.)
• 10 – UserUploading – The batch is currently being uploaded (directly using files) by the user application
• 11 – WaitingForImageProcessing – The batch created from file(s) upload is waiting for image processing
• 12 – InImageProcessing – The batch created from file(s) upload is in image processing. The input files of the batch are sent simultaneously to the available Image Processing clients
• 100 – Exception – The batch has been classified as an exception
