I m currently working with Reframework & data are coming from queue,
If system error encountered in Process transaction, Then I need to log the message as System exception occurred & I need to close all application & relaunch the application involved again & continue with the next transaction number.
From process transaction Transition line is not pointing to Init state, Because after init I have added 2 more state, I dont want to execute those 2 states if system exception occured.