<?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: How to stop/disable a timer event after another task is done? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167693#M121201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone done this without code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It basically boils down to how do you interrupt a loop with a timer. In my case the loop with the timer is sending reminder email every hour. And I have multiple instances of such loop. So I need to interrupt the right one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 17:39:18 GMT</pubDate>
    <dc:creator>ssun</dc:creator>
    <dc:date>2014-05-08T17:39:18Z</dc:date>
    <item>
      <title>How to stop/disable a timer event after another task is done?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167690#M121198</link>
      <description>Our use case is very simple.A task need to be done in 1 day. I have a timer boundary event set to a day. The boundary event is not blocking so user can still work on the task after a day. But when the time is up, I will start to send email to the user that need to work on the task every hour to remi</description>
      <pubDate>Tue, 06 May 2014 22:04:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167690#M121198</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-05-06T22:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop/disable a timer event after another task is done?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167691#M121199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a problem like yours, and i solved attaching a TimerBoundaryEvent to a subprocess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The TimerBoundaryEvent is started when the subprocess starts. If the subprocess reaches an EndEvent, the TimerBoundaryEvent is "cancelled".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attention on attribute "Cancel Activity" in TimerBoundaryEvent, if false, it won't cancel the subprocess activity.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 14:20:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167691#M121199</guid>
      <dc:creator>igorbelo</dc:creator>
      <dc:date>2014-05-07T14:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop/disable a timer event after another task is done?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167692#M121200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you igorbelo. But I'm still a little confused. The TimerBoundaryEvent can only fire once, right? After my TimerBoundaryEvent fires, I start to send reminder email every hour. My problem is how do I stop when the task is done on the main process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 18:46:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167692#M121200</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-05-07T18:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop/disable a timer event after another task is done?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167693#M121201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone done this without code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It basically boils down to how do you interrupt a loop with a timer. In my case the loop with the timer is sending reminder email every hour. And I have multiple instances of such loop. So I need to interrupt the right one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 17:39:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167693#M121201</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-05-08T17:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop/disable a timer event after another task is done?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167694#M121202</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;You can send signal to the "email sender" and stop sender's execution (Use e.g signal boundary event for it). &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>Fri, 09 May 2014 06:05:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-stop-disable-a-timer-event-after-another-task-is-done/m-p/167694#M121202</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-05-09T06:05:30Z</dc:date>
    </item>
  </channel>
</rss>

