<?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: Sub-process not getting started in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/sub-process-not-getting-started/m-p/20202#M8947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. Here I have explained simple example of an Interview Process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Candidates will &lt;STRONG&gt;Fill Application Form&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;HR will review the application and submits for&amp;nbsp;&lt;STRONG&gt;Technical Team Approval(P2).&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;After &lt;STRONG&gt;Technical team review&lt;/STRONG&gt; HR need not to wait for &lt;STRONG&gt;Manger&lt;/STRONG&gt; approval and HR should be able to get technical team data(with or without manager approval).&lt;/LI&gt;&lt;LI&gt;HR should be able to submit for &lt;STRONG&gt;Final Approval&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/21345_pastedImage_21.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/21342_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solutions I have tried&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If i use &lt;STRONG&gt;Collapsed&lt;/STRONG&gt; &lt;STRONG&gt;sub process&lt;/STRONG&gt; i need to wait till the completion of &lt;STRONG&gt;Manager Approval&lt;/STRONG&gt; task.&lt;/LI&gt;&lt;LI&gt;I tried using the &lt;STRONG&gt;sub process&lt;/STRONG&gt;, throwing and catching events. Created two sub process, 1st sub process will throw signal and second sub process will catch signal if HR submits another application the 2nd sub process will not catch the signal.&lt;/LI&gt;&lt;LI&gt;If i use &lt;STRONG&gt;Call Activity&lt;/STRONG&gt; multi-instance type as &lt;STRONG&gt;Sequential&lt;/STRONG&gt; i need to provide &lt;STRONG&gt;Cardinality&amp;nbsp;&lt;/STRONG&gt;it will be fixed number of application HR will be able to submit for &lt;STRONG&gt;Technical Approval&lt;/STRONG&gt;, in my case it should not be fixed number of loop.&lt;/LI&gt;&lt;LI&gt;If i use &lt;STRONG&gt;Call Activity&lt;/STRONG&gt;, the Call Activity will not share its data to &lt;STRONG&gt;P1&lt;/STRONG&gt; process, in my case data should be shared from &lt;STRONG&gt;P2&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;P1&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for your kind assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2018 12:26:29 GMT</pubDate>
    <dc:creator>amruta_w</dc:creator>
    <dc:date>2018-06-21T12:26:29Z</dc:date>
    <item>
      <title>Sub-process not getting started</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sub-process-not-getting-started/m-p/20200#M8945</link>
      <description>Hello,I have created the process using sub process concept,&amp;nbsp;throwing and catching signal events.In my first sub process i have first task as Draft, in this task if i click on "injury report" it starts sucessfully 2nd sub process for the first time, in this 2nd sub process after completing first task</description>
      <pubDate>Wed, 20 Jun 2018 10:14:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sub-process-not-getting-started/m-p/20200#M8945</guid>
      <dc:creator>amruta_w</dc:creator>
      <dc:date>2018-06-20T10:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sub-process not getting started</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sub-process-not-getting-started/m-p/20201#M8946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amruta,&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is quite a lot of work to download your app and test that complex process. you should be able to isolate the problem to see if there is a bug in the engine or if it is a problem with your model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not even clear what you are trying to do with those two subprocesses, this is what I'm understanding for just looking at the diagrams:&lt;/P&gt;&lt;P&gt;1) You have a parallel gateway which start both subprocesses at the same time when the process is started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) you are using signals to move the 2nd subprocess forward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice the 2nd subprocess is created by the parallel gateway and not the signal, meaning that you are not creating new subprocesses instances when you do the signal from the first gateway, meaning that at the end of the day you just have one instance of the 2nd subprocess and that might explain why you are not getting the behaviour that you are expecting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend to completely separate those processes into separate diagrams and not to use gateway for starting the subprocesses if that is really what you want to achieve.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:24:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sub-process-not-getting-started/m-p/20201#M8946</guid>
      <dc:creator>salaboy</dc:creator>
      <dc:date>2018-06-21T10:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sub-process not getting started</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/sub-process-not-getting-started/m-p/20202#M8947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. Here I have explained simple example of an Interview Process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Candidates will &lt;STRONG&gt;Fill Application Form&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;HR will review the application and submits for&amp;nbsp;&lt;STRONG&gt;Technical Team Approval(P2).&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;After &lt;STRONG&gt;Technical team review&lt;/STRONG&gt; HR need not to wait for &lt;STRONG&gt;Manger&lt;/STRONG&gt; approval and HR should be able to get technical team data(with or without manager approval).&lt;/LI&gt;&lt;LI&gt;HR should be able to submit for &lt;STRONG&gt;Final Approval&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/21345_pastedImage_21.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/21342_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solutions I have tried&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If i use &lt;STRONG&gt;Collapsed&lt;/STRONG&gt; &lt;STRONG&gt;sub process&lt;/STRONG&gt; i need to wait till the completion of &lt;STRONG&gt;Manager Approval&lt;/STRONG&gt; task.&lt;/LI&gt;&lt;LI&gt;I tried using the &lt;STRONG&gt;sub process&lt;/STRONG&gt;, throwing and catching events. Created two sub process, 1st sub process will throw signal and second sub process will catch signal if HR submits another application the 2nd sub process will not catch the signal.&lt;/LI&gt;&lt;LI&gt;If i use &lt;STRONG&gt;Call Activity&lt;/STRONG&gt; multi-instance type as &lt;STRONG&gt;Sequential&lt;/STRONG&gt; i need to provide &lt;STRONG&gt;Cardinality&amp;nbsp;&lt;/STRONG&gt;it will be fixed number of application HR will be able to submit for &lt;STRONG&gt;Technical Approval&lt;/STRONG&gt;, in my case it should not be fixed number of loop.&lt;/LI&gt;&lt;LI&gt;If i use &lt;STRONG&gt;Call Activity&lt;/STRONG&gt;, the Call Activity will not share its data to &lt;STRONG&gt;P1&lt;/STRONG&gt; process, in my case data should be shared from &lt;STRONG&gt;P2&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;P1&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for your kind assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 12:26:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/sub-process-not-getting-started/m-p/20202#M8947</guid>
      <dc:creator>amruta_w</dc:creator>
      <dc:date>2018-06-21T12:26:29Z</dc:date>
    </item>
  </channel>
</rss>

