<?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 Pass a File from Super Process to Sub Process in APS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28913#M12332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am struck while trying to pass a file from super process to sub process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the below example by Ciju, but I dont think the RelatedContentRepository which was autowired is available now in the latest version of APS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/cijujoseph/activiti-examples/tree/master/activiti-copy-attachments-from-parent-process" title="https://github.com/cijujoseph/activiti-examples/tree/master/activiti-copy-attachments-from-parent-process" rel="nofollow noopener noreferrer"&gt;activiti-examples/activiti-copy-attachments-from-parent-process at master · cijujoseph/activiti-examples · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to get that RelatedContentRepository from engine services in my class that implements Java Delegate but I couldnt find it even there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struck and any help is appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My APS version is 1.9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2019 13:40:44 GMT</pubDate>
    <dc:creator>hari</dc:creator>
    <dc:date>2019-03-19T13:40:44Z</dc:date>
    <item>
      <title>Pass a File from Super Process to Sub Process in APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28913#M12332</link>
      <description>Hi there,I&amp;nbsp;am struck while trying to pass a file from super process to sub process.I looked at the below example by Ciju, but I dont think the RelatedContentRepository which was autowired is available now in the latest version of APS.activiti-examples/activiti-copy-attachments-from-parent-process at</description>
      <pubDate>Tue, 19 Mar 2019 13:40:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28913#M12332</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2019-03-19T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a File from Super Process to Sub Process in APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28914#M12333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari, please have a look at this sample that&amp;nbsp;&lt;B&gt;Sherry Mathews&lt;/B&gt; created and contributed to see if this is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/sherrymax/aps-examples/tree/master/activiti-copy-attachments-from-child-to-parent-process" title="https://github.com/sherrymax/aps-examples/tree/master/activiti-copy-attachments-from-child-to-parent-process" rel="nofollow noopener noreferrer"&gt;aps-examples/activiti-copy-attachments-from-child-to-parent-process at master · sherrymax/aps-examples · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 14:18:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28914#M12333</guid>
      <dc:creator>paul_roth</dc:creator>
      <dc:date>2019-03-19T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a File from Super Process to Sub Process in APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28915#M12334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply. This is what I was looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see that he is using dependencies of APS 1.5.0. Not sure if this solution works with dependencies of APS 1.9.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll give a try.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 10:33:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28915#M12334</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2019-03-20T10:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a File from Super Process to Sub Process in APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28916#M12335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul and Others,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still struck with this one. I tried to import the app that I downloaded from the above github link and it doesnt get imported. I see the below issue in the logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(**** Truncated to a few lines). My guess for the issue is that may be app was created in an earlier version of APS.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;21-Mar-2019 21:09:29.436 SEVERE [http-nio-8080-exec-14] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [appDispatcher] in context with path [/activiti-app] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause&lt;BR /&gt; java.lang.NullPointerException&lt;BR /&gt; at com.activiti.service.runtime.UsageQuotaServiceImpl.checkCreateRuntimeApp(UsageQuotaServiceImpl.java:78)&lt;BR /&gt; at com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl.addAppDefinitionForUser(RuntimeAppDefinitionServiceImpl.java:311)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I tried to create an app by myself. Have used the task listener in the subprocess and&amp;nbsp;at runtime the relatedContentRepository which was autowired was evaluating to null.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My APS version is 1.9.0.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other alternatives ways or solution for this ? Or do you think I missed something in my implementation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again !&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 15:58:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28916#M12335</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2019-03-21T15:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a File from Super Process to Sub Process in APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28917#M12336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Hari _&lt;/B&gt;‌ this most expeditious thing to do would be to open a case with our customer support organization and they will get you sorted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:08:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28917#M12336</guid>
      <dc:creator>paul_roth</dc:creator>
      <dc:date>2019-03-21T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a File from Super Process to Sub Process in APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28918#M12337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Paul. Opening the case for it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2019 05:27:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/pass-a-file-from-super-process-to-sub-process-in-aps/m-p/28918#M12337</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2019-03-22T05:27:33Z</dc:date>
    </item>
  </channel>
</rss>

