<?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: Create eFile inside workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302723#M255853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes by default the packageItem is a specialized picker for the type cm:content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see it in packageitems.ftl:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;itemType: "cm:content",&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you need a folder in there you'd need to extend that component with your custom one where you change that parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But why do you want to add a folder and not just the file you created?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 09:28:26 GMT</pubDate>
    <dc:creator>scouil</dc:creator>
    <dc:date>2014-02-20T09:28:26Z</dc:date>
    <item>
      <title>Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302717#M255847</link>
      <description>Hi everybody,is it possible to create eFile inside workflow. Whant i want to do is to create eFile in first step of my workflow and then put some kind of reference to make it easy availble in other steps. If it's possible can you please clarify how to do it.Thanks in advance,Joso</description>
      <pubDate>Tue, 18 Feb 2014 08:19:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302717#M255847</guid>
      <dc:creator>mrjay</dc:creator>
      <dc:date>2014-02-18T08:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302718#M255848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It will require a custom workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the workflow, you can write listeners that allow you to run custom code. In this code you can create your file where you want in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I suggest adding it to the packageItems for easy access to it in the next steps of your workflow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:07:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302718#M255848</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2014-02-18T12:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302719#M255849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for reply. I thought it is something like that. Let me know if i'm thinking right. Idea is to edit workflow (.bpmn file) by creating taskListener and in listeners's "complete" event write some custom code to save my eFile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joso&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:29:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302719#M255849</guid>
      <dc:creator>mrjay</dc:creator>
      <dc:date>2014-02-18T12:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302720#M255850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes exactly. The custom code will have to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create the file,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- get its nodeRef&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- add it to the current workflow's packageitems&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a similar customisation for my previous company some time ago. But the code stayed there so I'm unable to share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However it definitely is possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:24:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302720#M255850</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2014-02-18T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302721#M255851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, i'll try it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joso&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 08:11:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302721#M255851</guid>
      <dc:creator>mrjay</dc:creator>
      <dc:date>2014-02-19T08:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302722#M255852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it seems that you can't put folder (space) in workflow package by default. Can you explain how to achieve that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joso&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302722#M255852</guid>
      <dc:creator>mrjay</dc:creator>
      <dc:date>2014-02-19T14:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302723#M255853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes by default the packageItem is a specialized picker for the type cm:content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see it in packageitems.ftl:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;itemType: "cm:content",&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you need a folder in there you'd need to extend that component with your custom one where you change that parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But why do you want to add a folder and not just the file you created?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 09:28:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302723#M255853</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2014-02-20T09:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create eFile inside workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302724#M255854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I misunderstood some things while researching so just ignore the post above.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 09:28:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-efile-inside-workflow/m-p/302724#M255854</guid>
      <dc:creator>mrjay</dc:creator>
      <dc:date>2014-02-20T09:28:36Z</dc:date>
    </item>
  </channel>
</rss>

