<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Due Date Notification: Where to put? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219752#M172882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;how do we initiate that?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Initiate what?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 08:25:25 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2016-03-03T08:25:25Z</dc:date>
    <item>
      <title>Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219747#M172877</link>
      <description>Hello all… I'd like to know one thing. I want it that when a task reaches one day before the Due Date, if the Activiti Engine/Server is running, they will automatically detect it and then send an email message to whoever is assigned to it.Where do you think I should put the sending code? As in, wher</description>
      <pubDate>Tue, 01 Mar 2016 09:49:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219747#M172877</guid>
      <dc:creator>chrisx_212</dc:creator>
      <dc:date>2016-03-01T09:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219748#M172878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;task due date is just an attribute. (&lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnUserTaskDueDate" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnUserTaskDueDate&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to make an escalation based on the time, use timer boundary event instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 12:04:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219748#M172878</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-03-01T12:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219749#M172879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the codes to do the e-mail notification, I just need how to implement the time detection. So… Timer Boundary Event?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&amp;lt;startEvent id="sid-5623B350-5CF1-4496-A28B-B02EBCF3E9BD"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016-03-03T14:35:14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timeDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/startEvent&amp;gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 07:42:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219749#M172879</guid>
      <dc:creator>chrisx_212</dc:creator>
      <dc:date>2016-03-03T07:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219750#M172880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the example: &lt;/SPAN&gt;&lt;CODE&gt;org.activiti.engine.test.bpmn.event.timer.BoundaryTimerEventTest&lt;/CODE&gt;&lt;SPAN&gt;in activiti source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 08:01:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219750#M172880</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-03-03T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219751#M172881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found it on GitHub. OK, I will download it to a file. My question is… how do we initiate that? Build an object about it somewhere?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 08:17:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219751#M172881</guid>
      <dc:creator>chrisx_212</dc:creator>
      <dc:date>2016-03-03T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219752#M172882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;how do we initiate that?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Initiate what?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 08:25:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219752#M172882</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-03-03T08:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219753#M172883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I mean, I want to make use of that. Like, create a Process that utilizes it, or call in one of the methods in that class that makes me able to see if the task is near the Due Date or something…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 08:29:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219753#M172883</guid>
      <dc:creator>chrisx_212</dc:creator>
      <dc:date>2016-03-03T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Notification: Where to put?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219754#M172884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understood you want to have a service which predicts whether timer boundary event will occur or not and evaluate probability of such an event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Getting-started#use-simulation-for-monitoring" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Getting-started#use-simulation-for-monitoring&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 07:30:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-notification-where-to-put/m-p/219754#M172884</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-03-04T07:30:43Z</dc:date>
    </item>
  </channel>
</rss>

