<?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: bpm_package used in callAcitivity subprocess in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154703#M109135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Package is a concept used in Alfresco only. Once created, the package itself contains a reference to the workflow (a single reference). Even if you use the same nodeRef as bpm_package variable in the subprocess, the package is unaware of this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you trying to achieve?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) A call-activity cannot exist without a parent process. So ending the parent process will cascade the subprocess. If you cant to fork off a process independently of the initial process, don't use a call-activity but use a service-task to kick off a new workflow using WorkflowService or activitiProcessEngine beans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 08:58:46 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2014-04-22T08:58:46Z</dc:date>
    <item>
      <title>bpm_package used in callAcitivity subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154701#M109133</link>
      <description>Hello,I'm developing a process that uses a package (bpm_package) and then calls a sub process (callActivity element) passing the same package reference like this :&amp;lt;callActivity id="incomingClientDocument" name="Client Task" calledElement="IncomingClientDocument"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;extensionElements&amp;amp;</description>
      <pubDate>Sat, 19 Apr 2014 08:20:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154701#M109133</guid>
      <dc:creator>stondini</dc:creator>
      <dc:date>2014-04-19T08:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: bpm_package used in callAcitivity subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154702#M109134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it's impossible to duplicate a package, how could I terminate the initial workflow just after launching the subprocess ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 08:24:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154702#M109134</guid>
      <dc:creator>stondini</dc:creator>
      <dc:date>2014-04-19T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: bpm_package used in callAcitivity subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154703#M109135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Package is a concept used in Alfresco only. Once created, the package itself contains a reference to the workflow (a single reference). Even if you use the same nodeRef as bpm_package variable in the subprocess, the package is unaware of this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are you trying to achieve?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) A call-activity cannot exist without a parent process. So ending the parent process will cascade the subprocess. If you cant to fork off a process independently of the initial process, don't use a call-activity but use a service-task to kick off a new workflow using WorkflowService or activitiProcessEngine beans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 08:58:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154703#M109135</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-04-22T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: bpm_package used in callAcitivity subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154704#M109136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Frederik.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your point #2 is something I did not understand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought callActivity is an new independent instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to start a new workflow using a service task but I faced a problem in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here my post :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/forum/developer-discussions/workflow/start-another-workflow-service-task-workflow-04162014-2239" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/forum/developer-discussions/workflow/start-another-workflow-service-task-workflow-04162014-2239&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 16:18:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154704#M109136</guid>
      <dc:creator>stondini</dc:creator>
      <dc:date>2014-04-22T16:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: bpm_package used in callAcitivity subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154705#M109137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Without a bigger stacktrace, it's hard to tell what's going on…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 07:31:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpm-package-used-in-callacitivity-subprocess/m-p/154705#M109137</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-04-24T07:31:38Z</dc:date>
    </item>
  </channel>
</rss>

