How to change the control task flow based on the state of the task?

I have an SSIS package. I set several handlers for different actions for tasks. My question is: one task, in particular, if it fails, I want her to skip a few more tasks and move forward. Therefore, I would like to set OnError for this particular task so that it moves on to some other task. How can I tell SSIS inside the handler to get to a specific task?

I want to go to another task in the control flow.

+3
source share
2 answers

, SSIS . : , A → B → C → D, , C , B , :

, OR, D , B , ,

enter image description here

+2

SSIS , . , : Script Task Data flow task. . Script . , , Script.

failure

/ Script Success Completion. , Data flow task Script , .

right-click on constraint

, , , Script .

completion

, . , , - / , , .

multiple flows

, .

+1

All Articles