I have OnPostExecute event handlers on all my control flow elements, but as soon as I put a OnError handler on the package level, I dont see the task level handlers anymore.
Is this a known bug or is it something that I am doing wrong.
I have OnPostExecute event handlers on all my control flow elements, but as soon
Share
This is because the OnPostExecute event handler is created at each package task. The package level indicates an OnPosteExecute event on all tasks.