The fixlet with the "continue if {false}" will not be retried

We have a baseline with one of the customized task “continue if {false}”.
Then try to execute the action to set to “retry 5 times on failure” And the retry interval is 1hour.
The task will not be retried and it shows as “failed” after the first execution.

Is there a code bug that the retry will not work under this situation?