I have an OnError handler in my SSIS package. I would like to modify the system variables before passing to a Execute SQL Task inside the handler. On a normal data flow task, I can pass the data source to another task for deriving new columns. It is this functionality that I would like but in the error handler. However, dragging the derived column task requires inputs which I cannot provide.
How do I go about making the OnError system variables map to some new derived columns?