<?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 start event not working in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13538#M5984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using activiti in my spring application and i would like to use timer start event for every minute. I designed the bpmn file and deployed. but it isn't working to trigger the business logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;source code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;definitions xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/MODEL" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/BPMN/20100524/MODEL&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsd="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;" xmlns:activiti="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://activiti.org/bpmn" rel="nofollow noopener noreferrer" target="_blank"&gt;http://activiti.org/bpmn&lt;/A&gt;&lt;SPAN&gt;" xmlns:bpmndi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/DI" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/BPMN/20100524/DI&lt;/A&gt;&lt;SPAN&gt;" xmlns&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;mgdc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DC" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/DD/20100524/DC&lt;/A&gt;&lt;SPAN&gt;" xmlns&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;mgdi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DI" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/DD/20100524/DI&lt;/A&gt;&lt;SPAN&gt;" typeLanguage="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;" expressionLanguage="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XPath" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/1999/XPath&lt;/A&gt;&lt;SPAN&gt;" targetNamespace="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.activiti.org/test" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.activiti.org/test&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;process id="timeEventProcess" name="My process" isExecutable="true"&amp;gt;&lt;BR /&gt; &amp;lt;startEvent id="timerstartevent1" name="Timer start"&amp;gt;&lt;BR /&gt; &amp;lt;timerEventDefinition&amp;gt;&lt;BR /&gt; &amp;lt;timeDuration&amp;gt;P1M&amp;lt;/timeDuration&amp;gt;&lt;BR /&gt; &amp;lt;/timerEventDefinition&amp;gt;&lt;BR /&gt; &amp;lt;/startEvent&amp;gt;&lt;BR /&gt; &amp;lt;serviceTask id="servicetask1" name="Service Task" activiti:class="org.nipun.it.activiti.listener.TimeEventListener"&amp;gt;&amp;lt;/serviceTask&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow1" sourceRef="timerstartevent1" targetRef="servicetask1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;endEvent id="endevent1" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow2" sourceRef="servicetask1" targetRef="mailtask1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;serviceTask id="mailtask1" name="Mail Task" activiti:type="mail"&amp;gt;&lt;BR /&gt; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt; &amp;lt;activiti:field name="to"&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;activiti:string&amp;gt;&amp;lt;![CDATA[&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:vamsikrishna.g@nipun.net" rel="nofollow noopener noreferrer"&gt;vamsikrishna.g@nipun.net&lt;/A&gt;&lt;SPAN&gt;]]&amp;gt;&amp;lt;/activiti:string&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/activiti:field&amp;gt;&lt;BR /&gt; &amp;lt;activiti:field name="from"&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;activiti:string&amp;gt;&amp;lt;![CDATA[&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@nipun.net" rel="nofollow noopener noreferrer"&gt;support@nipun.net&lt;/A&gt;&lt;SPAN&gt;]]&amp;gt;&amp;lt;/activiti:string&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/activiti:field&amp;gt;&lt;BR /&gt; &amp;lt;activiti:field name="subject"&amp;gt;&lt;BR /&gt; &amp;lt;activiti:string&amp;gt;&amp;lt;![CDATA[Activiti: Testing Timer]]&amp;gt;&amp;lt;/activiti:string&amp;gt;&lt;BR /&gt; &amp;lt;/activiti:field&amp;gt;&lt;BR /&gt; &amp;lt;activiti:field name="html"&amp;gt;&lt;BR /&gt; &amp;lt;activiti:string&amp;gt;&amp;lt;![CDATA[Testing]]&amp;gt;&amp;lt;/activiti:string&amp;gt;&lt;BR /&gt; &amp;lt;/activiti:field&amp;gt;&lt;BR /&gt; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt; &amp;lt;/serviceTask&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow3" sourceRef="mailtask1" targetRef="endevent1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;/process&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNDiagram id="BPMNDiagram_timeEventProcess"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNPlane bpmnElement="timeEventProcess" id="BPMNPlane_timeEventProcess"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="timerstartevent1" id="BPMNShape_timerstartevent1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="80.0" y="40.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="servicetask1" id="BPMNShape_servicetask1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="160.0" y="30.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="450.0" y="40.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="mailtask1" id="BPMNShape_mailtask1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="310.0" y="30.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="115.0" y="57.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="160.0" y="57.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="265.0" y="57.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="310.0" y="57.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="415.0" y="57.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="450.0" y="57.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNPlane&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNDiagram&amp;gt;&lt;BR /&gt;&amp;lt;/definitions&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and help me out of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2018 09:00:59 GMT</pubDate>
    <dc:creator>vamsinipun</dc:creator>
    <dc:date>2018-05-23T09:00:59Z</dc:date>
    <item>
      <title>Timer start event not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13538#M5984</link>
      <description>Hi,I am using activiti in my spring application and i would like to use timer start event for every minute. I designed the bpmn file and deployed. but it isn't working to trigger the business logic.source code:&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;definitions xmlns="http://www.omg.org/spec</description>
      <pubDate>Wed, 23 May 2018 09:00:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13538#M5984</guid>
      <dc:creator>vamsinipun</dc:creator>
      <dc:date>2018-05-23T09:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Timer start event not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13539#M5985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;lt;timeDuration&amp;gt;P1M&amp;lt;/timeDuration&amp;gt; this will run once every month.&amp;nbsp;Try&amp;nbsp;&lt;SPAN&gt;&amp;lt;timeDuration&amp;gt;PT1M&amp;lt;/timeDuration&amp;gt;&amp;nbsp;instead.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Check out&amp;nbsp;&lt;A class="link-titled" href="https://en.wikipedia.org/wiki/ISO_8601#Durations" title="https://en.wikipedia.org/wiki/ISO_8601#Durations" rel="nofollow noopener noreferrer"&gt;ISO 8601 - Wikipedia&lt;/A&gt;&amp;nbsp;for more info about durations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 16:12:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13539#M5985</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2018-05-23T16:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Timer start event not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13540#M5986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;PT1M means for for every minute right? But it is executed first time only. I would like to execute for every minute. Please tell me if you know about this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 07:06:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13540#M5986</guid>
      <dc:creator>vamsinipun</dc:creator>
      <dc:date>2018-05-24T07:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timer start event not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13541#M5987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of activiti are you using? As mentioned in&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/5.x/userguide/#timerEventDefinitions" title="https://www.activiti.org/5.x/userguide/#timerEventDefinitions" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;timers are only fired when the job or async executor is enabled. Do you have them enabled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 10:58:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/timer-start-event-not-working/m-p/13541#M5987</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2018-05-24T10:58:16Z</dc:date>
    </item>
  </channel>
</rss>

