How to stop the execution flow of the package

  • Hi,

    I am checking one condition that when current date is greater than the previous date then i want to stop the execution flow of other dataflow tasks.

    How can i achieve this. Can any one please help me on this.

    Thanks,

    Jags.

  • Use a precedence constraint on the connector from that task to subsequent tasks.

    In the precedence constraint, use an expression to test for a true or false value as to whether your date constraint is met.

    If this sounds new to you, have a look for precedence constraints on BOL - it gives examples.

    Kind Regards, Will

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply