How to handle system exception in REframework

Hi Everyone,

I am facing issue in process transaction state. If any exception occurred in first transaction. It is thrown as exception. But while processing for 2nd transaction is there is no exception The process state executed without any error, but the transaction status is representing to previous transaction exception.

Attached the log message details. It completed process state but after transaction ended it is showing as exception.

Kindly, help me with this issue

The image shows a log in an Excel sheet of an automated process sequence that results in a system exception due to the inability to find a specific UI element. (Captioned by AI)

@nithya,

It’s most probably the log time for the transaction end and exception message is same and that’s why transaction end is showing before the exception message.

Check the code logic you would see the selector not found is the issue here.

Thanks for reply @ashokkarale → This selector issue happened for 1st transaction. In 2nd Transaction it is able to Generate ID. which is not possible if selector issue happened with that specific activity.

@nithya,

Is that Canada selector activity constant it dynamic as per transaction data?

Yes, Its dynamic selector @ashokkarale

@nithya,

Ok try checking the selectors of this drop down ui element if it’s able to identify the correct item or not.

Yes, its correctly highlighting.