How to send an e mail to business that process is completed in Reframe Work

How to send mail to business that process is completed in Reframe Work herw what iam doing is once process is completed in the end process iam moving the processed filles to completed folder…like if any error occurs in init state and process state think it directly come to end state and it will move the files without the process is completed how can i handle this?

@T_Y_Raju,

Add a condition to check if there was no business exception and system exception then only consider it as successful run.

Add this condition in If activity.

BusinessException Is Nothing and SystemException Is Nothing

Thanks,
Ashok :slight_smile:

Hi @T_Y_Raju

->Open the No Data flow highlighted in the below screenshot and once you open it you can see there will be an sequence for Transaction is nothing.

->In Transaction is nothing sequence please place the send mail activities and the move file activities. so this will be done only after all the transactions are sucessfully completed.

Regards

ok let me try and check

1 Like