I've two tasks, lets says TaskA and TaskB.
Also i've two more package user variables lets say VarA and VarB
Now I would like to execute TaskB upon successful completion of TaskA and when VarA == VarB
So in the precedence constraint i've set the following
Evaluation Operation: Expression and Constraint
Value: Success
Expression: @[User::VarA] == @[User::VarB]
But it is not working on success and when VarA = VarB.
However it is working when I compare VarA to a constant like @[User::VarA] == 10
Can't we compare two variables in expression editor of precedence constraint? Please help