<?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: activity make duplicate entries in to act_ru_job table for circular execution of workflow in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16505#M7295</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;You can&amp;nbsp;suspend the process instances&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://www.activiti.org/javadocs/org/activiti/engine/runtimeservice#suspendProcessInstanceById-java.lang.String-" rel="nofollow noopener noreferrer" style="color: #1e88e5; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;RuntimeService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp; and also suspend the whole process definition&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://www.activiti.org/javadocs/org/activiti/engine/repositoryservice#suspendProcessDefinitionById-java.lang.String-" rel="nofollow noopener noreferrer" style="color: #1e88e5; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;RepositoryService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2018 09:15:55 GMT</pubDate>
    <dc:creator>bassam_al-saror</dc:creator>
    <dc:date>2018-06-08T09:15:55Z</dc:date>
    <item>
      <title>activity make duplicate entries in to act_ru_job table for circular execution of workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16500#M7290</link>
      <description>Hi,i have created one workflow cyclic flow.one user task is with boundary timer and timer is connected to service task and that service task output is as input to user task (i have uploaded image for this).issue is, when boundary timer execute than another job is created for same after service task</description>
      <pubDate>Tue, 05 Jun 2018 06:54:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16500#M7290</guid>
      <dc:creator>nprajapatiasite</dc:creator>
      <dc:date>2018-06-05T06:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: activity make duplicate entries in to act_ru_job table for circular execution of workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16501#M7291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess thats normal. Every time the execution completes the service task it will create a new user task and a boundary job. You might need to add an exclusive gateway after the service task to decide whether to continue to user task or do something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 11:54:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16501#M7291</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2018-06-06T11:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: activity make duplicate entries in to act_ru_job table for circular execution of workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16502#M7292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bassam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your response ans i appreciate your answer.&lt;/P&gt;&lt;P&gt;one more thing that, is there any way to stop timer job to create new job in "act_ru_job" table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 04:41:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16502#M7292</guid>
      <dc:creator>nprajapatiasite</dc:creator>
      <dc:date>2018-06-07T04:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: activity make duplicate entries in to act_ru_job table for circular execution of workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16503#M7293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as a new user task with a timer boundary is created it will continue to create new jobs and insert new rows in&amp;nbsp;"act_ru_job" table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many times do you want this to run? From the "timercycledefinition" I guess you want it to run for 10 times. Why did you choose to return back to the user task after completing the service task? If you want to run it for only 10 times then add end event after the service task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:17:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16503#M7293</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2018-06-07T12:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: activity make duplicate entries in to act_ru_job table for circular execution of workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16504#M7294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;it is created by mistakes in QA&amp;nbsp; Environment, so is there any way to stop such types of recursion if client create such types of workflow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 05:03:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16504#M7294</guid>
      <dc:creator>nprajapatiasite</dc:creator>
      <dc:date>2018-06-08T05:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: activity make duplicate entries in to act_ru_job table for circular execution of workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16505#M7295</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;You can&amp;nbsp;suspend the process instances&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://www.activiti.org/javadocs/org/activiti/engine/runtimeservice#suspendProcessInstanceById-java.lang.String-" rel="nofollow noopener noreferrer" style="color: #1e88e5; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;RuntimeService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp; and also suspend the whole process definition&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://www.activiti.org/javadocs/org/activiti/engine/repositoryservice#suspendProcessDefinitionById-java.lang.String-" rel="nofollow noopener noreferrer" style="color: #1e88e5; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;RepositoryService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 09:15:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-make-duplicate-entries-in-to-act-ru-job-table-for/m-p/16505#M7295</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2018-06-08T09:15:55Z</dc:date>
    </item>
  </channel>
</rss>

