<?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 is not fired in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239449#M192579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;" does timers fire automatic"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you enable and activate the job executor (or better, use the new Async Executor), then yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My guess is that you haven't enabled the executor, if they don't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The executeJob method is only there for manual execution (testing or jobs that failed).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 09:35:24 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2016-04-12T09:35:24Z</dc:date>
    <item>
      <title>Boundary timer is not fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239443#M192573</link>
      <description>Hi everyoneI'm designing a workflow in BPMN 2.0,I've uploaded all the necessary files, in summary my workflow starts with a standard start event followed by a java service task which is bounded to a java class named test7, one more thing for java service task is having a boundary timer set for 1 sec</description>
      <pubDate>Sun, 03 Apr 2016 11:29:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239443#M192573</guid>
      <dc:creator>slaimankoeik</dc:creator>
      <dc:date>2016-04-03T11:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary timer is not fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239444#M192574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Duplicate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; JobTestHelper.waitForJobExecutorToProcessAllJobs(this.activitiRule, 10000, 500);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 08:21:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239444#M192574</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-04-04T08:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary timer is not fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239445#M192575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks martin for your response, but i added JobTestHelper.waitForJobExecutorToProcessAllJobs(this.activitiRule, 10000, 500); to my main java class but the same result the timer boundary event didn't fire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've uploaded the new main java class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:22:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239445#M192575</guid>
      <dc:creator>slaimankoeik</dc:creator>
      <dc:date>2016-04-04T14:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary timer is not fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239446#M192576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;one more thing i noticed during debugging the project i will write three statements which interrupted me :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt; 4105 [main] INFO org.activiti.engine.impl.jobexecutor.JobExecutor - Starting up the JobExecutor[org.activiti.engine.impl.jobexecutor.DefaultJobExecutor].&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4106 [Thread-6] INFO org.activiti.engine.impl.jobexecutor.AcquireJobsRunnableImpl - JobExecutor[org.activiti.engine.impl.jobexecutor.DefaultJobExecutor] starting to acquire jobs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4636 [main] INFO org.activiti.engine.impl.jobexecutor.JobExecutor - Shutting down the JobExecutor[org.activiti.engine.impl.jobexecutor.DefaultJobExecutor].&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4636 [Thread-6] INFO org.activiti.engine.impl.jobexecutor.AcquireJobsRunnableImpl - JobExecutor[org.activiti.engine.impl.jobexecutor.DefaultJobExecutor] stopped job acquisition &amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the job executor is shutting down why is that happening ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:36:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239446#M192576</guid>
      <dc:creator>slaimankoeik</dc:creator>
      <dc:date>2016-04-04T14:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary timer is not fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239447#M192577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Boundary timers don't work on automatic steps like script and service task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 09:53:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239447#M192577</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-07T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary timer is not fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239448#M192578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks jbarrez for your response,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[[foo]] Boundary timers don't work on automatic steps like script and service task [[foo]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i will agree with you on this, then boundary timers work on user task and receive task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case i want to ask something because till now i didn't understand it well, does timers fire automatic (i mean just drawing the workflow and setting the properties of timer) or i should write a piece of code in the main class to make it fire manually like managementService.executeJob(timer.getId());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i made this project to understand the mechnism of boundary timers but can anybody explain for me why the timer is not fired and when i used the executeJob method to run the timer it fired presently ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anybody explain the working mechanism for boundary timers ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 22:46:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239448#M192578</guid>
      <dc:creator>slaimankoeik</dc:creator>
      <dc:date>2016-04-07T22:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Boundary timer is not fired</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239449#M192579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;" does timers fire automatic"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you enable and activate the job executor (or better, use the new Async Executor), then yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My guess is that you haven't enabled the executor, if they don't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The executeJob method is only there for manual execution (testing or jobs that failed).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:35:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/boundary-timer-is-not-fired/m-p/239449#M192579</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-12T09:35:24Z</dc:date>
    </item>
  </channel>
</rss>

