<?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: intermediate catch events won't repeat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205990#M159120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I could use an intermediate catch timer event, then I could just use the &amp;lt;timeCycle&amp;gt; with the ISO8601 repeat syntax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless I"m missing something, the way that you suggest above doesn't allow me to do that. WE need the same type of "repeat" support such as repeat for some many occurences, or repeat every so often until a given date, etc.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How would that work above? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 18:15:38 GMT</pubDate>
    <dc:creator>stephsmith</dc:creator>
    <dc:date>2015-04-22T18:15:38Z</dc:date>
    <item>
      <title>intermediate catch events won't repeat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205988#M159118</link>
      <description>For backwards compatibility, we need to start a timer when a workflow process is started.The start node is modeled to go from the start node to the timer…and from the start mode to the first user task in the flow.The timer is basically used to send email notifications every so often.I tried modeling</description>
      <pubDate>Tue, 21 Apr 2015 13:47:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205988#M159118</guid>
      <dc:creator>stephsmith</dc:creator>
      <dc:date>2015-04-21T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: intermediate catch events won't repeat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205989#M159119</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;I would say that you can model it in the BPMN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;–&amp;gt;Timer-&amp;gt;ExclusiveGateway +—–&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^——————–|&lt;BR /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loop&lt;BR /&gt;&lt;/CODE&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>Wed, 22 Apr 2015 07:38:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205989#M159119</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-04-22T07:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: intermediate catch events won't repeat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205990#M159120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I could use an intermediate catch timer event, then I could just use the &amp;lt;timeCycle&amp;gt; with the ISO8601 repeat syntax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless I"m missing something, the way that you suggest above doesn't allow me to do that. WE need the same type of "repeat" support such as repeat for some many occurences, or repeat every so often until a given date, etc.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How would that work above? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 18:15:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205990#M159120</guid>
      <dc:creator>stephsmith</dc:creator>
      <dc:date>2015-04-22T18:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: intermediate catch events won't repeat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205991#M159121</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;I did not create jUnit test for the described case, but I would do the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;let's say: repeat 10 times&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;counter= 10&lt;BR /&gt;&lt;BR /&gt;–&amp;gt; timer –&amp;gt;&amp;nbsp; counter–&amp;nbsp; –&amp;gt; exclusiveGateway – counter == 0 –&amp;gt; end&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^———-&amp;nbsp; counter &amp;gt; 0 —-+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 07:37:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205991#M159121</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-04-23T07:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: intermediate catch events won't repeat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205992#M159122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lets say you wanted to model something like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Repeat 5 times, starting on April 30, 2015 and repeat every 60 Minutes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;timeCycle&amp;gt;R4/2015-04-30T12:0/PT60M&amp;lt;/timeCycle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So in your example above, I'm still seeing how i can define one timer that specifies the start date, and then the 60M interval.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the start date i expect to transition from the timer to my task to send email. And then I went this to occur 60 minutes from now for the number of repeats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;timer fires at start date–&amp;gt;email Task—-&amp;gt;handle the counter as you mention above……&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but if I then transition back to the timer that won't work because it is defined with a specific start date. Would i then have to use a second timer that would be used for the interval?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 14:08:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205992#M159122</guid>
      <dc:creator>stephsmith</dc:creator>
      <dc:date>2015-04-23T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: intermediate catch events won't repeat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205993#M159123</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;Timer in the loop has to have duration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;timerEventDefinition&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDuration&amp;gt;P10D&amp;lt;/timeDuration&amp;gt;&lt;BR /&gt;&amp;lt;/timerEventDefinition&amp;gt;&lt;BR /&gt;&lt;/CODE&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, 24 Apr 2015 06:12:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/intermediate-catch-events-won-t-repeat/m-p/205993#M159123</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-04-24T06:12:48Z</dc:date>
    </item>
  </channel>
</rss>

