Start workflow based on date

I want to start a work flow based on the date a page is loaded. I.e. If the page is loaded anytime after Thursday July 28th, then the workflow would begin.

Even better, I want to be able to say, if the page is loaded anytime after “previously defined date” - 1 day, then load the page.

I can’t figure out how to do this.

You can use a condition on a page is loaded event. Have you done the condition lesson?

I have! And I’ve used many conditions in the app. But what condition would this be? There doesn’t seem to be an option. The only option related to timing is “current date/time” with + days, hours, etc. Ideally this would say:

When page is loaded
and when
current date/time > July 28 2016

Except there’s no way to do that. I can only get it to say

When page is loaded
and when
current date/time >

and then the only option for the next object would again be “current date/time”

You can create an entry in the db and use that entry. Then you can hardcode whatever you want in the object itself