Reframework_Doubt

Hi UiPath Community,
I have like 10 transaction item 7 it processed successfully when it comes to the 8 th transaction it throws exception in the get transaction state suppose it is like system exception will it goes to the end process and set status as failed or continues next transaction.
i got confused

If an exception occurs during Get Transaction Data, it’s typically a critical failure since this step is responsible for fetching the next item to process. After handling the exception, the framework will usually end the process unless there are specific retry conditions configured for transaction fetching.

1 Like

business exception will set the item to failed and type is business,

system exception will set the item to failed and type application , and then it depends on your configuration of retry mechanism, since you are using the queue check queue properties from orchestrator to see if auto retry enabled then the failed item due to system will be retry as many as the number of auto retry, the item will be retired if the auto retry enabled if not the process will go to next item

note any business exception will not be retried even if auto retry enabled