<?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 Task listener in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120270#M84761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should create a boundary-timer event on the task, having a date defined on it, which is the same as the due-date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnTimerBoundaryEvent" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnTimerBoundaryEvent&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 14:03:39 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-01-25T14:03:39Z</dc:date>
    <item>
      <title>Due Date Task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120267#M84758</link>
      <description>Hello I use Activiti 5.10 and want to set a custom Java logic for Due Date of a User task but i see the manual and cannot find any solution .(for example set a listener for Due date )can any one help me .thanks .</description>
      <pubDate>Wed, 23 Jan 2013 10:34:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120267#M84758</guid>
      <dc:creator>ar30067</dc:creator>
      <dc:date>2013-01-23T10:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120268#M84759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you want to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Set the due-date of a task from within the execute() method of a TaskListener?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - OR have a task-listener be called when the due-date is changed, just like it is done with assignee?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 14:32:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120268#M84759</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-23T14:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120269#M84760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First thanks for reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I explain my requirement with an example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i create a user task that create in jan 25,2013 and due date is jan 28,2013 . i want to set a lisener for this task that if the task is not complete until jan 28,2013(Due date) it automoticly report to boss(for example &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 11:17:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120269#M84760</guid>
      <dc:creator>ar30067</dc:creator>
      <dc:date>2013-01-25T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120270#M84761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should create a boundary-timer event on the task, having a date defined on it, which is the same as the due-date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnTimerBoundaryEvent" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnTimerBoundaryEvent&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 14:03:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120270#M84761</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-25T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120271#M84762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, sorry for bringing this up again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just want to ask what does the User Task Due date do when time reached the due date if i'm not using the timer boundary event?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;will it be automatically skipped to the next task?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 03:40:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120271#M84762</guid>
      <dc:creator>waqses</dc:creator>
      <dc:date>2013-03-19T03:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Due Date Task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120272#M84763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does not do anything, it is just an indication.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 07:33:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/due-date-task-listener/m-p/120272#M84763</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2013-03-19T07:33:11Z</dc:date>
    </item>
  </channel>
</rss>

