Hi, i have an SSIS package having two Sequence Containers connected to Execute sql task in Parallel.
I have an expression in between execute sql and both sequence containers if @Test = 1. @Test gets value from execute sql task.
I want to fail the package if any of the two sequence container fails. So i set FailpackageOnFailure to TRUE for both containers but even though one of them fails, the package wont fail and other one still runs as i have an expression for both.
Any ideal how do i solve this?
This is how the package looks like: