Hi Fanor,
Thanks for your quick response.
yes notification is send by email task.
I am getting a zip files which i have to unzip the files.
For this i am using "foreach loop container",inside that im using "file process task" to unzip the files.
This container is connected to another "foreach loop container" which will process all the unzipped files.
In this "foreach loop container" im using "dataflow task" and "file system task" which will move the files to archive folder after each file is processed
and two "send mail tasks" one is for "update" and other is for "insert", that means if record is already present in the destinaton need to update and notificaton has to sent.If not need to be inserted.
Hope now question is clear.
Thanks