<?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: Invoke call activities one after another in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196059#M149189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your kind help and support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 07:30:23 GMT</pubDate>
    <dc:creator>raja_activiti</dc:creator>
    <dc:date>2014-11-26T07:30:23Z</dc:date>
    <item>
      <title>Invoke call activities one after another</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196055#M149185</link>
      <description>Hi,In my bpmn there are couple of call activity tasks, I want execute one after another. After completion of first call activity , the second one is not starting automatically. And I have created end listener to the first call activity to start next one explicitly, the listener not get invoked.Can a</description>
      <pubDate>Mon, 24 Nov 2014 14:24:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196055#M149185</guid>
      <dc:creator>raja_activiti</dc:creator>
      <dc:date>2014-11-24T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke call activities one after another</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196056#M149186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Raja,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you create jUnit test for it please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/sticky-how-write-unit-test" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/sticky-how-write-unit-test&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 07:41:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196056#M149186</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-11-25T07:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke call activities one after another</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196057#M149187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have generated test case to my scenario, but I could not solved my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me explain my scenario.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a main workflow A, and I have another workflow B. I have used&amp;nbsp; B as call activity in A.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have started work flow A, it triggers workflow B(Call Activity). But I have the process instance id of the workflow A.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is how to get the workflow instance id of the B.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me the how to solve this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&amp;amp;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raja.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 17:04:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196057#M149187</guid>
      <dc:creator>raja_activiti</dc:creator>
      <dc:date>2014-11-25T17:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke call activities one after another</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196058#M149188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProcessInstance subProcessInstanceB = runtimeService.createProcessInstanceQuery().superProcessInstanceId(processInstanceA.getId()).singleResult();&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:27:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196058#M149188</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-11-26T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke call activities one after another</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196059#M149189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your kind help and support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:30:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/invoke-call-activities-one-after-another/m-p/196059#M149189</guid>
      <dc:creator>raja_activiti</dc:creator>
      <dc:date>2014-11-26T07:30:23Z</dc:date>
    </item>
  </channel>
</rss>

