Action Center prioritizing

Hi All,

I am trying to find a solution for Action Center. We are using one process , one queue for downloading and processing the items using Document Understanding.
For eg. if 5 items are downloaded from queue and saved in one folder, that folder path is used for document understanding. We are checking OCR confidence, if it meets OCR confidence, then the process should execute normally, but if OCR confidence is below percentage it should go to action center.

Now my question is, is there any way in which I can prioritize the items. Lets say 3 items meets the ocr requirements, it should pass and the flow should suspend for those two items only. Now with my current solution, if first item is having low percentage, then entire process is suspended, and does not process other items.