<?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: boundary timer not working.. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204724#M157854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it a rule that both sides of the timer should be user tasks.???? I tried putting a service task when the boundary timer is triggered. but even that did not work..???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!–&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serviceTask id="handleEscalation" name="Boundary timer task"&amp;nbsp; activiti:class="services.ReverseStringsFieldInjectedBoundary"&amp;gt;&amp;lt;/serviceTask&amp;gt; –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;userTask id="handleEscalation" name="Handle escalated issue"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; activiti:candidateGroups="management"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;documentation&amp;gt;Escalation: issue was not fixed in time by first level&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; support&amp;lt;/documentation&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/userTask&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If "handleEscalation" task is a service task, it is not triggered. but it get trigered if it is a userTask…. Strange…!!!! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 15:56:32 GMT</pubDate>
    <dc:creator>shiva_arunachal</dc:creator>
    <dc:date>2015-04-16T15:56:32Z</dc:date>
    <item>
      <title>boundary timer not working..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204721#M157851</link>
      <description>HI,I am facing issues getting boundary timer work. i deployed the "Helpdesk process" given in examples and deployed it through code using..runtimeService.startProcessInstanceByKey("escalationExample", variableMap);‍runtimeService.startProcessInstanceByKey("myProcess", variableMap);‍and it worked fin</description>
      <pubDate>Thu, 16 Apr 2015 12:18:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204721#M157851</guid>
      <dc:creator>shiva_arunachal</dc:creator>
      <dc:date>2015-04-16T12:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: boundary timer not working..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204722#M157852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Boundary timer events on service tasks don't work in that way. Because Activiti will keep the transaction open for the full length of the Thread.sleep and the boundary timer event will not fire. Can you describe the use case for doing something like 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>Thu, 16 Apr 2015 12:53:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204722#M157852</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-04-16T12:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: boundary timer not working..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204723#M157853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No use case as such. I am just learning Activiti and trying out its features like boundary timer.&amp;nbsp; From&amp;nbsp; your comment, i learnt something which is not mentioned anywhere in the userguide. What other restrictions apply to boundary timer ??? Does it apply only for human task??? Thanks. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 13:16:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204723#M157853</guid>
      <dc:creator>shiva_arunachal</dc:creator>
      <dc:date>2015-04-16T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: boundary timer not working..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204724#M157854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it a rule that both sides of the timer should be user tasks.???? I tried putting a service task when the boundary timer is triggered. but even that did not work..???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!–&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serviceTask id="handleEscalation" name="Boundary timer task"&amp;nbsp; activiti:class="services.ReverseStringsFieldInjectedBoundary"&amp;gt;&amp;lt;/serviceTask&amp;gt; –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;userTask id="handleEscalation" name="Handle escalated issue"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; activiti:candidateGroups="management"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;documentation&amp;gt;Escalation: issue was not fixed in time by first level&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; support&amp;lt;/documentation&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/userTask&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If "handleEscalation" task is a service task, it is not triggered. but it get trigered if it is a userTask…. Strange…!!!! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:56:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204724#M157854</guid>
      <dc:creator>shiva_arunachal</dc:creator>
      <dc:date>2015-04-16T15:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: boundary timer not working..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204725#M157855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Timers work on user tasks, receives tasks, etc. All the steps that are a 'wait state'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Service tasks cannot have timers. If you need the functionality, you will need to implement it yourself in the execute() method using JDK threads/timers, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Putting a service after a timer works. Could you show your process + java code to see what you are doing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, no need to use multiple question or exclamation marks, they work well with only one of them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 08:14:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-not-working/m-p/204725#M157855</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-04-21T08:14:46Z</dc:date>
    </item>
  </channel>
</rss>

