lundi 12 août 2019

SSIS: Go back to prior step when If-condition is not met

I build a workflow in SSIS. At two steps this workflow is checking an If-Condition.

If the result is true, the workflow should continue.

If it is false the workflow should go back to prior step and start over.

It is clear to me how to implement the If-Condition. But how can I redirect the control flow to a prior step? If I just link one node to the prior node I am getting following error. enter image description here

Is there any special node for this issue? Did anyone have a similar problem and knows the solution?

Aucun commentaire:

Enregistrer un commentaire