System exception emails and business exception emails in reframe work

where to add system exception emails and business exception emails in reframe work

If possible please send screen shot of the same

@T_Y_Raju

Ideally in the process transaction state…you will have catch blocks for system and business exceptions where you can include the emails

One more place you can do is the setTransactionStatus.xaml where you have sequences for busienss exception and system exception…inside those you can include them

Cheers

you mean either i can do it in catch block of process state or set transaction status xmal.

in any one only i have to do it riight

Hi @T_Y_Raju

You can place the exception mails in business exception and system exception transition states respectively for better understanding.


or you can place in process transaction xaml

Hope it helps.

system exception transition and process state system exception will meet at the same point right

@T_Y_Raju

In Process Transaction state, if system exception occurs then it will go to “init” state and start the process from the beginning (Execute from the init all applications).

If it is a business exception then it will go to “Get transaction data” state and retry the transaction for three times(because the default value for retry activity is 3) and goes to next transaction item to process.

Hope it helps.

@T_Y_Raju

Yes thats true

Cheers