Short question but I haven't seen a great solution anywhere in the world.
I have a workflow that runs daily with no issues. This gets manually executed daily around 9 AM EST.
Once a month we need to execute this workflow at approximately midnight. There are portions of the workflow that do not need to be run, however and for runtime I'd like to avoid those sections.
I'm thinking a detour would be the best route for this, but I'm unsure of the mechanics to execute it based on the system clock.
Any suggestions or reference materials are welcome.