<?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 Timer BoundaryEvents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234148#M187278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do I model two escalation tasks as boundary timer event, based on the due date on the same task&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Say timer to be fired 1day before the due date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Timer to be fired immediately when the task is overdue, i,e past the due date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;item 1 needs to be fired first if the task is not completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;item 2 needs to be fired if the task pending past the due date&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nirmal&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 00:15:17 GMT</pubDate>
    <dc:creator>ncoonghe</dc:creator>
    <dc:date>2016-01-19T00:15:17Z</dc:date>
    <item>
      <title>Timer BoundaryEvents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234148#M187278</link>
      <description>How do I model two escalation tasks as boundary timer event, based on the due date on the same task1. Say timer to be fired 1day before the due date2. Timer to be fired immediately when the task is overdue, i,e past the due date.item 1 needs to be fired first if the task is not completeditem 2 needs</description>
      <pubDate>Tue, 19 Jan 2016 00:15:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234148#M187278</guid>
      <dc:creator>ncoonghe</dc:creator>
      <dc:date>2016-01-19T00:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Timer BoundaryEvents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234149#M187279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try it this way, I think it should work. Have two local variables for your task with names like trigger1 and trigger2 and have two timer events attached. Have a create task listener which sets the dates for trigger1 and trigger2 as per your requirement like duedate-1 and duedate+1 respectively and set the timer event's timeDate of one timer to trigger1 and timeDate of second timer to trigger2. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 12:48:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234149#M187279</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-01-19T12:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Timer BoundaryEvents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234150#M187280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please ignore my response above. Well, I tried it with multiple timers but it went only to one timer and the other timer was ignored.&amp;nbsp; Will try again when I find some time. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:00:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234150#M187280</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-01-19T13:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timer BoundaryEvents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234151#M187281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nrimal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the due date is a process variable, you could define two timer boundary events using the same process variable. One boundary event using process variable - 1 day and the other the same as the due date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:56:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234151#M187281</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2016-01-19T15:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timer BoundaryEvents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234152#M187282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thx for your efforts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you mean to say that I have the 2 boundary timer events with no outgoing sequence on the timer events ? all that the event does is send out say an escalation mail , but use the cancelActivity=false, then the second timer would also be triggered when its time comes and does whatever it needs to do. ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I put an outgoing sequence then I will have to use a parallel gateway on both the timer events, but if the task is completed before the second timer event, then the task will wait until the second timer is trigger. This would not be what I want. I need the task to go to the next task even if one or&amp;nbsp; both timers does not get triggered because the task would be completed prior to the triggering of the events&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope I am making sense. Please let me know your thoughts on how I can model this behavior&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nirmal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 21:37:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234152#M187282</guid>
      <dc:creator>ncoonghe</dc:creator>
      <dc:date>2016-01-19T21:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timer BoundaryEvents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234153#M187283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any help is appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 17:59:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234153#M187283</guid>
      <dc:creator>ncoonghe</dc:creator>
      <dc:date>2016-01-20T17:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timer BoundaryEvents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234154#M187284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure if I'm following: did you try adding two different boundary timer events (with cancelActiviti="false")? That should work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 09:12:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-boundaryevents/m-p/234154#M187284</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-21T09:12:16Z</dc:date>
    </item>
  </channel>
</rss>

