<?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 Timer Intermediate Catch Event won't fired in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93021#M63622</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 have a workflow, where I have to integrate a third party external system to process some stuff (Service Task: Start Process) . As this processing takes some time, I wanted to periodically check the status of the processing with an other Service Task (Check Status of Process) and save the result of processing with a third Service Task (Save Process Result). To realize the periodical check, I want to use a Timer intermediate catching event. But this timer will never fired and I have no idea why!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried it with a timer duration (like below) and time cycle based on cron trigger (0/20 * * * * ?), but nothing worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;intermediateCatchEvent id="timerintermediatecatchevent1" name="TimerCatchEvent"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDuration&amp;gt;PT5M&amp;lt;/timeDuration&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/intermediateCatchEvent&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I removed all the looping for checking of the process status (see below) to have no side effects when executing it. Same result as before, the timer isn't triggering the next service task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]Process.jpg[/attachment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2012 02:02:30 GMT</pubDate>
    <dc:creator>patrick1</dc:creator>
    <dc:date>2012-01-31T02:02:30Z</dc:date>
    <item>
      <title>Timer Intermediate Catch Event won't fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93021#M63622</link>
      <description>Hi,I have a workflow, where I have to integrate a third party external system to process some stuff (Service Task: Start Process) . As this processing takes some time, I wanted to periodically check the status of the processing with an other Service Task (Check Status of Process) and save the result</description>
      <pubDate>Tue, 31 Jan 2012 02:02:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93021#M63622</guid>
      <dc:creator>patrick1</dc:creator>
      <dc:date>2012-01-31T02:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catch Event won't fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93022#M63623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the job executor running?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 17:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93022#M63623</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-01-31T17:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catch Event won't fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93023#M63624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, job executor wasn't running and while studying the documentation it wasn't obvious that I had use a job executor when using triggers. I had copied the configuration of a Spring based unit test, which had swith off the job executor. Now, everything is working as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe a small hint in the documentation of the Timer Intermediate Catch Event would be useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 22:57:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93023#M63624</guid>
      <dc:creator>patrick1</dc:creator>
      <dc:date>2012-01-31T22:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Intermediate Catch Event won't fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93024#M63625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it's required for EVERY timer/asyc functionality… afaik it is in the documentation… configs for unit tests are for unit tests… not production.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 23:50:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/timer-intermediate-catch-event-won-t-fired/m-p/93024#M63625</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-01-31T23:50:34Z</dc:date>
    </item>
  </channel>
</rss>

