Due date on Tasks

seanbracebridge
Kilo Expert

I was wondering where the due date field on tasks are set. The workflow does not have anything on it.

find_real_file.png

Workflow

find_real_file.png

6 REPLIES 6

I am trying to create a workflow that will notify based upon Due Date.   How can I add some kind of evaluation in my workflow that if Due Date = Opened to not process the notification?



And likewise, if the Due Date value changes (is extended).   how do I have it go back through the workflow again?


find_real_file.png


Hi Darren,



You can write a business rule, instead of writing workflow.



in the after business rule, write if Due Date changes and Due Date!=Opened, Send notfiction using gs.eventQueue.



Please mark this response as correct or helpful if it assisted you with your question.