<?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: endDate not working as expected with timeCycle using &amp;lt;duration&amp;gt;/&amp;lt;end&amp;gt; notation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184135#M137265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have not entered one but will do so today.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2015 13:52:12 GMT</pubDate>
    <dc:creator>stephsmith</dc:creator>
    <dc:date>2015-01-23T13:52:12Z</dc:date>
    <item>
      <title>endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184130#M137260</link>
      <description>The ISO 8601 standard mentions 4 ways to specify intervals, one of which is &amp;lt;duration&amp;gt;/&amp;lt;end&amp;gt;.From the spec, it appears that &amp;lt;end&amp;gt; identifies end of the interval.When testing this in Activiti, I expected this to identify the end of the interval in which the timer would fire.Once we</description>
      <pubDate>Wed, 14 Jan 2015 14:52:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184130#M137260</guid>
      <dc:creator>stephsmith</dc:creator>
      <dc:date>2015-01-14T14:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184131#M137261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, to implement the ISO8601 cycle parsing, we actually piggyback on a class in the JDK. The code in Activiti is here: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/calendar/DurationHelper.java#L47" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/calendar/DurationHelper.java#L47&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And it seems, from looking at the javadoc, it indeed doesn't support the /endDate. I don't think it can be easily added on. But maybe it would be a good canidate for another attribute, that works on cron expressions too (something like activiti:endDate=""). What do you think?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:44:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184131#M137261</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-01-21T14:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184132#M137262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think an attribute is fine. I am assuming this is on "timeCycle".&amp;nbsp; Using an attribute allows us to specify a process variable which is what we we ultimately need for the end date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 16:03:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184132#M137262</guid>
      <dc:creator>stephsmith</dc:creator>
      <dc:date>2015-01-21T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184133#M137263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;lt;timeCycle activiti:endDate='2008-05-11T15:30:00Z'&amp;amp;gt;R/PT15S&amp;amp;lt;/timeCycle&amp;amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any way we could get you to support a&amp;nbsp; reference to a process variable? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;lt;timeCycle activiti:endDate='${EndDate}'&amp;amp;gt;R/PT15S&amp;amp;lt;/timeCycle&amp;amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where the value of the process variable EndDate = '2008-05-11T15:30:00Z'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 16:10:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184133#M137263</guid>
      <dc:creator>lsmall</dc:creator>
      <dc:date>2015-01-21T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184134#M137264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If we implement such an end date then supporting a process variable on all events except for a start event would be fine. Did someone already create a JIRA issue for this?&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>Fri, 23 Jan 2015 13:27:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184134#M137264</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-01-23T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184135#M137265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have not entered one but will do so today.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:52:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184135#M137265</guid>
      <dc:creator>stephsmith</dc:creator>
      <dc:date>2015-01-23T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184136#M137266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a JIRA issue to track this problem. THanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-2184" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-2184&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 14:41:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184136#M137266</guid>
      <dc:creator>stephsmith</dc:creator>
      <dc:date>2015-01-23T14:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184137#M137267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 08:02:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184137#M137267</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-01-29T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: endDate not working as expected with timeCycle using &lt;duration&gt;/&lt;end&gt; notation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184138#M137268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Implemented as it was discussed here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 20:44:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enddate-not-working-as-expected-with-timecycle-using-lt-duration/m-p/184138#M137268</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-03-02T20:44:57Z</dc:date>
    </item>
  </channel>
</rss>

