<?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 is Boundary Timer Event consider hours, minutes and seconds also to move to next task? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209847#M162977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am developing the workflow where I have the requirement that the when the due date of the task is passed away then I have to move to another task. For implementing it I am using Boundary Timer Event. But I observed that when I set the time date of the timer as after five minutes from today time and date. It is getting fired and moving to next task. Instead of waiting and firing the to next task after five minutes. will the timer boundary event consider only date not the hours, minutes and seconds?. Please help on clarifying it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Nov 2015 19:38:17 GMT</pubDate>
    <dc:creator>riteshgupta</dc:creator>
    <dc:date>2015-11-07T19:38:17Z</dc:date>
    <item>
      <title>is Boundary Timer Event consider hours, minutes and seconds also to move to next task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209847#M162977</link>
      <description>I am developing the workflow where I have the requirement that the when the due date of the task is passed away then I have to move to another task. For implementing it I am using Boundary Timer Event. But I observed that when I set the time date of the timer as after five minutes from today time an</description>
      <pubDate>Sat, 07 Nov 2015 19:38:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209847#M162977</guid>
      <dc:creator>riteshgupta</dc:creator>
      <dc:date>2015-11-07T19:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: is Boundary Timer Event consider hours, minutes and seconds also to move to next task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209848#M162978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it should work I just tested the boundary timer event with this expression: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. "PT30S" -&amp;gt; to trigger after 20 seconds from the moment when the task was created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. R3/PT30S -&amp;gt; to send 3 emails 30 seconds interval.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;boundaryEvent id="boundarytimer1" name="Timer" attachedToRef="usertask1" cancelActivity="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeCycle&amp;gt;R5/PT30S&amp;lt;/timeCycle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/boundaryEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;would be nice if you could provide a demo XML file which we could use for testing. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2015 23:28:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209848#M162978</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-11-07T23:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: is Boundary Timer Event consider hours, minutes and seconds also to move to next task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209849#M162979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for ur reponse. Below is the config I have done:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;boundaryEvent id="boundarytimer2" name="Timer" attachedToRef="usertask2" cancelActivity="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDate&amp;gt;${dateVariable}&amp;lt;/timeDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/boundaryEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am setting the value of dateVariable dynamically. I set 5 to15 minutes in different&amp;nbsp; process instances for the timer event but instead of trigerring the event after 5 to 15 minutes. The date format I have used is ISO8601. It got fired immediately. Please help on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 18:19:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209849#M162979</guid>
      <dc:creator>riteshgupta</dc:creator>
      <dc:date>2015-11-08T18:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: is Boundary Timer Event consider hours, minutes and seconds also to move to next task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209850#M162980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt; &amp;lt;boundaryEvent id="boundarytimer2" name="Timer" attachedToRef="usertask2" cancelActivity="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDate&amp;gt;${dateVariable}&amp;lt;/timeDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/boundaryEvent&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Nov 2015 18:20:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-boundary-timer-event-consider-hours-minutes-and-seconds-also/m-p/209850#M162980</guid>
      <dc:creator>riteshgupta</dc:creator>
      <dc:date>2015-11-08T18:20:02Z</dc:date>
    </item>
  </channel>
</rss>

