How are retry queue exception case with BP code

kaleemMS.c

New Member
Hi All,
How to retry the BP queue exception case with blue prism code.
I will be really helpfull if someone can resolve my query.

Note: Manually we can force retry but i want to retry the case from process flow.
Regards,
 

sahil_raina_91

Active Member
Hi All,
How to retry the BP queue exception case with blue prism code.
I will be really helpfull if someone can resolve my query.

Note: Manually we can force retry but i want to retry the case from process flow.
Regards,

In the Mark As Exception Action, the input field Retry lets you Retry the same queue item (by creating a clone) the number of times defined in System Tab. Refer to Foundation Training on Mark As Exception.
The other way is to use Get Exception Items Action, to fetch all Exception Item IDs, and then fetch the Item Data, and then re-insert them back to queue.
 
Last edited:
Top