I'm curious what happens if you have individual action error handling configured on an action contained within an on-block error.
What I would like is if that action fails, it will first respect the individual error handling (retry twice for example), and if that still fails, then do what the on-block error indicates (run a subflow and retry from the start of the block).
I'm not sure if that is what the actual behavior would be however, does anyone have experience with this?