<?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: how to send notification using boundary timer (time interval), i don't want to complete my user task (For Action)? here i have attached my workflow image. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-notification-using-boundary-timer-time-interval-i/m-p/2457#M493</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;HI Thong Huynh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Thank you so much for your reply this is really help to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Nimesh&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 09:19:42 GMT</pubDate>
    <dc:creator>nprajapati</dc:creator>
    <dc:date>2017-01-05T09:19:42Z</dc:date>
    <item>
      <title>how to send notification using boundary timer (time interval), i don't want to complete my user task (For Action)? here i have attached my workflow image.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-notification-using-boundary-timer-time-interval-i/m-p/2455#M491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="11896" alt="BPM Workflow" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/11896_Notification.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 05:27:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-notification-using-boundary-timer-time-interval-i/m-p/2455#M491</guid>
      <dc:creator>nprajapati</dc:creator>
      <dc:date>2017-01-05T05:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to send notification using boundary timer (time interval), i don't want to complete my user task (For Action)? here i have attached my workflow image.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-notification-using-boundary-timer-time-interval-i/m-p/2456#M492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to fire timer event without ending the current activity. Have a look at the user guide to understand the timer event definition&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/userguide/#timerEventDefinitions" title="https://www.activiti.org/userguide/#timerEventDefinitions" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the process with timer event to trigger escalation task when the current activity exceeds expected time to complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/11898_acttimerevent.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I successfully ran this process and observed that the timer was triggered as expected. The 'sending notification email' task was executed three times, after each 10-second interval. The current activity 'usertask1' remains active when the timer was triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a snippet of my unit test log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------&lt;BR /&gt; T E S T S&lt;BR /&gt;-------------------------------------------------------&lt;BR /&gt;Running org.activiti.designer.test.TimerProcessTest&lt;/P&gt;&lt;P&gt;INFO: Process instance started: id: 5 timerProcess:1:4&lt;BR /&gt;Jan 05, 2017 3:52:26 PM java.util.logging.LogManager$RootLogger log&lt;BR /&gt;INFO: Current task: Complete Application&lt;BR /&gt;Jan 05, 2017 3:52:45 PM java.util.logging.LogManager$RootLogger log&lt;BR /&gt;INFO: &lt;SPAN style="color: #ff9900;"&gt;Sending notification email for execution id 14&lt;/SPAN&gt;&lt;BR /&gt;Jan 05, 2017 3:52:54 PM java.util.logging.LogManager$RootLogger log&lt;BR /&gt;INFO: &lt;SPAN style="color: #ff9900;"&gt;Sending notification email for execution id 20&lt;/SPAN&gt;&lt;BR /&gt;Jan 05, 2017 3:53:04 PM java.util.logging.LogManager$RootLogger log&lt;BR /&gt;INFO: &lt;SPAN style="color: #ff9900;"&gt;Sending notification email for execution id 26&lt;/SPAN&gt;&lt;BR /&gt;Jan 05, 2017 3:53:26 PM java.util.logging.LogManager$RootLogger log&lt;BR /&gt;INFO: Process execution: id: 5 and current activity id= null&lt;BR /&gt;Jan 05, 2017 3:53:26 PM java.util.logging.LogManager$RootLogger log&lt;BR /&gt;INFO: &lt;SPAN style="color: #ff9900;"&gt;Process execution: id: 8 and current activity id= usertask1&lt;/SPAN&gt;&lt;BR /&gt;Jan 05, 2017 3:53:26 PM java.util.logging.LogManager$RootLogger log&lt;BR /&gt;INFO: Running processes: 1&lt;BR /&gt;id 5, ended=false&lt;BR /&gt;Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.302 sec&lt;/P&gt;&lt;P&gt;Results :&lt;/P&gt;&lt;P&gt;Tests run: 1, Failures: 0, Errors: 0, Skipped: 0&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;BR /&gt;[INFO] BUILD SUCCESS&lt;BR /&gt;[INFO] ------------------------------------------------------------------------&lt;BR /&gt;[INFO] Total time: 1:07.895s&lt;BR /&gt;[INFO] Finished at: Thu Jan 05 15:53:26 ICT 2017&lt;BR /&gt;[INFO] Final Memory: 10M/167M&lt;BR /&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:01:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-notification-using-boundary-timer-time-interval-i/m-p/2456#M492</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-01-05T09:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to send notification using boundary timer (time interval), i don't want to complete my user task (For Action)? here i have attached my workflow image.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-notification-using-boundary-timer-time-interval-i/m-p/2457#M493</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;HI Thong Huynh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Thank you so much for your reply this is really help to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Nimesh&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:19:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-notification-using-boundary-timer-time-interval-i/m-p/2457#M493</guid>
      <dc:creator>nprajapati</dc:creator>
      <dc:date>2017-01-05T09:19:42Z</dc:date>
    </item>
  </channel>
</rss>

