Hi Team,
Good Morning.
Is possible to add extra queue defined by user (or programmer) in verification station ? eg. I want to add queue which will be holding rejected documents. Exceptions and Verification queues are added by default. If it is possible then how I achieve it ?
My business requirement is when operator decides that a concrete document is invalid then sends it to this stage and those documents will stay there for some time. if given time will pass then those documents will be automatically deleted
Could you please send me the steps/Scrpts.
Comments
1 comment
Hello Nageshwar,
The stage could be created according to the guide:
https://help.abbyy.com/en-us/flexicapture/12/distributed_administrator/workflow_stages/
Regarding the second point, you can get the tasks at the stage via API:
https://help.abbyy.com/en-us/flexicapture/12/developer/gettaskbystageid/
and send the task to the specific stage if a condition is true:
https://help.abbyy.com/en-us/flexicapture/12/developer/sendtask/
As a condition, you can use batch registration parameters to track a time.
Please sign in to leave a comment.