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.
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.