I've built a state machine workflow that has several tasks.
If any of the tasks are not completed by 4pm I need to signify (email) the team(s).
I guess I need some sort of event that fires at 4pm, checks status of all tasks and sends email. Sharepoint has a Delay activity, but this counts down. Perhaps I could programatically give it a timeout by calculating the hours remaining till 4.
Whats the best way to accomplish this please?