I think that this is definitely one case where the picture would help others answer my question. I had 3 sequence containers, all pointed to the same SQL task if they failed. I wanted the SQL task to be executed if ANY of the sequence containers had an error, so the priority restrictions had to be set to logical OR, otherwise it would never work if all 3 failed. Changed it to OR, and it worked the way I wanted.
Beachbum
source share