<?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: get the name of the file in the package in workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134003#M94099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;bpm_package.children[0]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;After initialisation this contains the reference to the initial file. Via &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;bpm_package.children[0].properties["&amp;lt;any property name&amp;gt;"]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; the various properties can be accessed. &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;bpm_package.children[0].parent&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; should contain a reference to the space the file is stored in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 09:33:02 GMT</pubDate>
    <dc:creator>rob562435</dc:creator>
    <dc:date>2007-09-18T09:33:02Z</dc:date>
    <item>
      <title>get the name of the file in the package in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134002#M94098</link>
      <description>Hello&amp;nbsp;&amp;nbsp; I want to know how to get the name or content of the file in the package in workflow.&amp;nbsp;&amp;nbsp; For example: In my review workflow,the review file is abc.txt in some space. My I access it in the workflow?&amp;nbsp;&amp;nbsp; Who can give me some suggestion? Thank you in advance!</description>
      <pubDate>Tue, 18 Sep 2007 09:22:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134002#M94098</guid>
      <dc:creator>chys</dc:creator>
      <dc:date>2007-09-18T09:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: get the name of the file in the package in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134003#M94099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;bpm_package.children[0]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;After initialisation this contains the reference to the initial file. Via &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;bpm_package.children[0].properties["&amp;lt;any property name&amp;gt;"]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; the various properties can be accessed. &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;bpm_package.children[0].parent&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; should contain a reference to the space the file is stored in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:33:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134003#M94099</guid>
      <dc:creator>rob562435</dc:creator>
      <dc:date>2007-09-18T09:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: get the name of the file in the package in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134004#M94100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the full javascript api see&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/JavaScript_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JavaScript_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bpm_package.children[0].name;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:54:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134004#M94100</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-09-19T15:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: get the name of the file in the package in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134005#M94101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK,Thank you very much! I will try it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 01:30:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-the-name-of-the-file-in-the-package-in-workflow/m-p/134005#M94101</guid>
      <dc:creator>chys</dc:creator>
      <dc:date>2007-09-20T01:30:18Z</dc:date>
    </item>
  </channel>
</rss>

