Execute a Specific Job Template Within a Workflow Only During a Specific Time Window

I have a Workflow Job Template in AWX named “My WF” which includes sequencial Job Templates, “job1”, “job2”, “job3”, job4"…
The WF can be launched anytime & start job1 & job2.

But I need to ensure that “job3” executes only between 1.a.m and 10.a.m. If the workflow if launched in the afternoon, the WF should wait until the correct time is reached before proceeding to “job3” & “job4”…

I’m looking for a solution that can handle this requirement efficiently within the AWX/Tower framework. Any guidance or examples would be greatly appreciated!