Hi Jay,
Sadly, I don't really know what the value of the Due Date field is, in the Task. As you have found out, it does not really drive any logic, just indicates the date that the task is due and according to the help:
"Set a date for the task to be completed by. Note: When tasks appear in Nintex Mobile Apps, the tasks list will be sorted by this due date. "
What you can do, is implement a parallel action similar to below:
The idea here is that the task is on the left branch and the reminders are triggered out of the loop on the right branch. I have the loop running for a status that persists until the contract has been returned in my case. The "run if" simply compares the dates and if the current date is greater than the due date, send the reminder. The loop then pauses (in my case for a day), before comparing the dates again.
I hope that gives you some idea.
Regards,
Mark
Hi Mark,
Thanks very much for the response. I've used OOTB SharePoint 2010 Workflow in the past and the Due Date and Reminder just worked seamlessly, even though the overall functionality is limited. Your example is helpful and will give it a shot.
I can see why some of the discussions in the forum suggested using Parallel actions. I welcome any other feedback from the community on my question or the topic.
Thanks,
Jay
Hi Jay.
Documentation below does not have any info on the fact that reminder waits for "Due Date" to pass before they are sent. And your testing confirms it. The approach Mark describes above is a solution I have also used which should work for you in your scenario.
http://nintexdownload.com/sl/supportfiles/NintexWorkflow2013Helpfile.pdf
One simpler solution that has also worked for my clients( if your business accepts it) would be for instance set the due date to 2 days after task creation. You set reminder to send two reminders on a daily basis. In your email show the due date each time the reminder is sent. Idea is remind them before its due.
If people still don't action on it, then "Escalate" to another person/group (Assignee's manager for example) or escalate by auto-complete teh tasks. Considering the escalation process actually waits for all reminders to be sent first. (refer to documentation above)
Hi Thomas,
Thanks for your suggestion. I can imagine that your solution will be useful for critical work or that has some urgency.
Thanks for file link. The 'Escalation - Complete Task' looks to be a very useful option.
I've got a meeting with a colleague shortly to develop a workflow. I'll see what his requirements are when it comes to Reminder. If it fits within either Mark's or your solution, I have a good reference. Thanks both!
regards,
Jay
did you find a resolution in the end?