Hi,
I'm searching some papers, articles or schemas about the relationships among SSIS events in order to orchestrate well the related handlers.
I'm interesting to understand better the precedences and the constraints among the SSIS events.
For example, which does events precede and follow the OnPreExecute event? When a task error occurs, which will events be triggered or not? Thanks
I'd like to create a good event handler management.