
I have the following flow. The left branch is configured to run after a failed action, the middle branch is for successful action, and the right branch is configured for skipped or timed out.
The PAD action has a 15-minute timeout as seen below:
The problem is that when a job fails with a PAD job timeout, it's not following the right branch but rather the left branch as seen below:
Why is this the case and how do I resolve this?