Im developing one code in Reframework thats i need a help of one scenario.
Filename ends with .doc then go for next process. else its an business exception send email to the user like that i need to develop. my development as below
If activity Condition Filename.ToString.EndsWith(“.doc”)
then
go for next processes what ever it may be
else
Set transaction status to Failed Business Rule Exception.
PS : im not using orchestrator we are using DataRow
I need to develop else part please help
im not using any try catch to use error its an else statement in the string. i need to stope particular transaction and go for next transaction item @karthick
@karthick
after sending the email particular transaction needs to stop there is no other activity in current transaction directly we stop current transaction and go for next transaction item
oh sorry like that ur asked a after if condition there is some other activities i need to stop thats the reason at that moment i dint understand after sending email i need to stop transaction it not go for next selector