I Have a package where I want to realise the constraint based on variable "Path"
Example: If the Path = 1, package need to use picture 2 (With Task 2_1,Task 2_2)
But the Tasks: Task 2_1, Task 2_2 doesn't executes.
If I delete the constraint marked red (picture 3), Tasks 2_1, Task 2_2 Executes.
If I run with parameter Path =0, problem is the same, task 2_1,2_2 doesn't executes. Please help me what i doing wrong ?
Picture1 http://postimg.org/image/6cmd434mz/
Picture2 http://postimg.org/image/yhh49k26h/
Picture3 http://postimg.org/image/y5znwslqh/
Picture4 http://postimg.org/image/ozhd9igi1/
Sorry That Url are links. I cannot add by images in editor, because have old version of internet explorer on my computer
You have set up the constraints so both 1 1 and 1 2 1 need to be completed. According to other logic in your package this will never happen. You need to change the properties of the constraints so only one of both needs to complete.
Change the property of the constraints from Logical AND
to Logical OR