In the workflow designer allow a workflow to be scheduled if todays date = a date index filed
In the workflow designer, you can schedule a task to run if a date field is a length of time after or before a date. There is no easy way to schedule it to run for documents that have a date = a date specifically today's date. So the solution is to have it run after the past 1 day and before the next 1 day and for some reason that ran it a day ahead of schedule so I had to put in a condition as the first command in the workflow to see if the date was = today() and if it was continue on if it is not then end the workflow.
2
votes
Eric Bosworth
shared this idea