<?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 duplicate all information of process instance  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147322#M102854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I happened to this too, Like MES I need to Split Order in process runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In detail: there is 10 set machine need to product, when the flow goes to product, some exceptions occured, so we need to split one order to several part,such as 2,3,5 set in each order,so it will generate 3 orders ,also the history is same,but the part follows is not the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so the&amp;nbsp; first idea&amp;nbsp; in my mind is to clone the running process to 3 , and modify some info,and save to db, treat them like 3 process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you solve the problem or some idea to this ,welcome to communicate. email:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xiaohelong2005@126.com" rel="nofollow noopener noreferrer"&gt;xiaohelong2005@126.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 02:03:21 GMT</pubDate>
    <dc:creator>xiaohelong</dc:creator>
    <dc:date>2016-09-13T02:03:21Z</dc:date>
    <item>
      <title>How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147315#M102847</link>
      <description>Hi everyone!I want to duplicate all information of the process instance. Is there any api to do it or I need to handle my self by query &amp;amp; insert DB?Thank for your help &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;</description>
      <pubDate>Sat, 15 Jun 2013 09:14:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147315#M102847</guid>
      <dc:creator>kiddinho</dc:creator>
      <dc:date>2013-06-15T09:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147316#M102848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;help me please &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jun 2013 08:27:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147316#M102848</guid>
      <dc:creator>kiddinho</dc:creator>
      <dc:date>2013-06-16T08:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147317#M102849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean with duplicate all information? Activiti by default stores process instance information in a runtime and a history table already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147317#M102849</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-06-17T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147318#M102850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi trademak!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my app, I have a batch Object related to 1 process instance. This Object has many child object. When split some child objects from parent, I&amp;nbsp; need each object related to 1 new process instance same as original instance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for my English.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 09:53:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147318#M102850</guid>
      <dc:creator>kiddinho</dc:creator>
      <dc:date>2013-06-17T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147319#M102851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, there is no way to 'clone' a process instance at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is only related to variables, though, simply fetch the variables map from the original process instance and pass it through&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 12:02:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147319#M102851</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-17T12:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147320#M102852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We need runtime &amp;amp; history information of process instance too. So I think the only way now is query &amp;amp; insert to DB directly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 01:16:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147320#M102852</guid>
      <dc:creator>kiddinho</dc:creator>
      <dc:date>2013-06-20T01:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147321#M102853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you should reconsider your process design.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about a process definition with a sub-process started by a parallel activity for each object in your batch? Then you could track the sub-processes (for each object) and still have a reference to and history of the whole batch (object) in the parent process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 11:00:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147321#M102853</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-06-21T11:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147322#M102854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I happened to this too, Like MES I need to Split Order in process runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In detail: there is 10 set machine need to product, when the flow goes to product, some exceptions occured, so we need to split one order to several part,such as 2,3,5 set in each order,so it will generate 3 orders ,also the history is same,but the part follows is not the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so the&amp;nbsp; first idea&amp;nbsp; in my mind is to clone the running process to 3 , and modify some info,and save to db, treat them like 3 process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you solve the problem or some idea to this ,welcome to communicate. email:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xiaohelong2005@126.com" rel="nofollow noopener noreferrer"&gt;xiaohelong2005@126.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 02:03:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147322#M102854</guid>
      <dc:creator>xiaohelong</dc:creator>
      <dc:date>2016-09-13T02:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147323#M102855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I happened to this too, Like MES I need to Split Order in process runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In detail: there is 10 set machine need to product, when the flow goes to product, some exceptions occured, so we need to split one order to several part,such as 2,3,5 set in each order,so it will generate 3 orders ,also the history is same,but the part follows is not the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so the&amp;nbsp; first idea&amp;nbsp; in my mind is to clone the running process to 3 , and modify some info,and save to db, treat them like 3 process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you solve the problem or some idea to this ,welcome to communicate. email:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xiaohelong2005@126.com" rel="nofollow noopener noreferrer"&gt;xiaohelong2005@126.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 02:05:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147323#M102855</guid>
      <dc:creator>xiaohelong</dc:creator>
      <dc:date>2016-09-13T02:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147324#M102856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My friend with experiences tells me that, We can split order in node via a new process with current history.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:39:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147324#M102856</guid>
      <dc:creator>xiaohelong</dc:creator>
      <dc:date>2016-09-13T07:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to duplicate all information of process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147325#M102857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;I give implemention to runtime process clone, just code split.&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;requirement:&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;in manufacture, order need to split, so need to clone process and suspend parent process instance ,but I don't want lose info(before this,I just start a new process instance,then jump ,but a lot of problem and information lose)&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;So I spend sometime to implement a solution to Process Clone,and done it .&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;paste here ,I hope&amp;nbsp;the official implement and give a api.&lt;/SPAN&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;A href="https://github.com/xiaohelong/ActivitiOrFlowableProcessInstanceCloneSolution" style="color: #0366d6; background-color: #ffffff; text-decoration: none;" rel="nofollow noopener noreferrer"&gt;https://github.com/xiaohelong/ActivitiOrFlowableProcessInstanceCloneSolution&lt;/A&gt;&lt;BR style="color: #24292e; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;thanks a lot ,there has a detail documentation about it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;&lt;SPAN&gt;my email:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xiaohelong2005@126.com" rel="nofollow noopener noreferrer"&gt;xiaohelong2005@126.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 07:55:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-duplicate-all-information-of-process-instance/m-p/147325#M102857</guid>
      <dc:creator>xiaohelong</dc:creator>
      <dc:date>2017-11-24T07:55:44Z</dc:date>
    </item>
  </channel>
</rss>

