<?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: Making multiple sub processes from one process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122333#M86160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I *think* I understand:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is Version 1 you describe above:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://i1266.photobucket.com/albums/jj532/flycast11/Version1.jpg" rel="nofollow noopener noreferrer"&gt;http://i1266.photobucket.com/albums/jj532/flycast11/Version1.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is version 2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://i1266.photobucket.com/albums/jj532/flycast11/Version2.jpg" rel="nofollow noopener noreferrer"&gt;http://i1266.photobucket.com/albums/jj532/flycast11/Version2.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have what you are suggesting basically right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 13:55:27 GMT</pubDate>
    <dc:creator>ericsnyder</dc:creator>
    <dc:date>2013-05-08T13:55:27Z</dc:date>
    <item>
      <title>Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122331#M86158</link>
      <description>I need to design a process (tool process) that drives the making of a tool. That tool has anywhere from zero to multiple parts that feed into the tool. I want the tool process to start another process (part) for each part that is needed. I then want the tool process to wait until all the parts (zero</description>
      <pubDate>Tue, 07 May 2013 19:57:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122331#M86158</guid>
      <dc:creator>ericsnyder</dc:creator>
      <dc:date>2013-05-07T19:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122332#M86159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can have a parallel gateway in the main-process that has outgoing flows to subProcesses (or call activities). On these sequence-flows, you put a condition that only evaluates to true if the tool you're creating in the current process-instance, needs the particular part that the subprocess/callactivity handles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As an alternative, if you have a single subprocess that handles ALL tool parts, you can create a multi-instance subprocess that is called X times (parallel or serial), where X is the number of parts involved. Internally, in the subprocess, the right logic is chosen for the part involved. When all part-subprocesses are finished, the main-process moves on…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 07:51:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122332#M86159</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-05-08T07:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122333#M86160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I *think* I understand:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is Version 1 you describe above:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://i1266.photobucket.com/albums/jj532/flycast11/Version1.jpg" rel="nofollow noopener noreferrer"&gt;http://i1266.photobucket.com/albums/jj532/flycast11/Version1.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is version 2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://i1266.photobucket.com/albums/jj532/flycast11/Version2.jpg" rel="nofollow noopener noreferrer"&gt;http://i1266.photobucket.com/albums/jj532/flycast11/Version2.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have what you are suggesting basically right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 13:55:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122333#M86160</guid>
      <dc:creator>ericsnyder</dc:creator>
      <dc:date>2013-05-08T13:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122334#M86161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;frederikheremans:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you. I did not try Version 1 above but Version 2 works with a slight modification. Rather than using a sub process I used a call activity that calls a different process. When the process is started you can key in the number of parts you need. The first task in the called process is a task to enter information that is specific to the part being built in the sub process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the point in the right direction!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 13:26:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122334#M86161</guid>
      <dc:creator>ericsnyder</dc:creator>
      <dc:date>2013-05-10T13:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122335#M86162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad it helped! Thanks for sharing the solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 08:47:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122335#M86162</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-05-13T08:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122336#M86163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm pretty sure I put in a request a long time ago to implement Inclusive Gateways, which is what is really being asked for here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 18:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122336#M86163</guid>
      <dc:creator>gutlez</dc:creator>
      <dc:date>2013-05-14T18:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122337#M86164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And the inclusive gateway is implemented a long time ago in Activiti: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnInclusiveGateway" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnInclusiveGateway&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 13:43:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122337#M86164</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-15T13:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122338#M86165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;Could you share your work flow with calling activity that calls a different process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 18:09:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122338#M86165</guid>
      <dc:creator>srinivasmula</dc:creator>
      <dc:date>2018-04-11T18:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple sub processes from one process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122339#M86166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Eric Snyder _&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I have same question, if you have resolved please provide solution here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amruta Wandakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 12:26:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/making-multiple-sub-processes-from-one-process/m-p/122339#M86166</guid>
      <dc:creator>amruta_w</dc:creator>
      <dc:date>2018-05-07T12:26:15Z</dc:date>
    </item>
  </channel>
</rss>

