Well, thanks for the suggestion. What I wanted is more or less for the system to read the current time, then compare with the existing Due Dates. If there's something near the Due Date, they will send out e-mail notification.
I have the codes to do the e-mail notification, I just need how to implement the time detection. So… Timer Boundary Event?
Can you tell me an example of how it works? This is the BPM20.XML programming I came up with, I wonder where it goes wrong, do I put it as a start timer or what…
<code><startEvent id="sid-5623B350-5CF1-4496-A28B-B02EBCF3E9BD">
<timerEventDefinition>
<timeDate>
2016-03-03T14:35:14
</timeDate>
</timerEventDefinition>
</startEvent></code>
It's just going to the model workspace and then starting with a Start Timer in which the Time Date is set as such, and then it goes to a normal user-based task. It worked immediately than waiting for the Time Date. Where did I go wrong?