<?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: [SOLVED]How to create and attach resource to workflow? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205902#M159032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like a RIGHTS problem. Documents,you have no rights to, are not found, "document" or "space" root object for instance may be void/null, when you do not have the rights.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2009 08:23:06 GMT</pubDate>
    <dc:creator>norgan</dc:creator>
    <dc:date>2009-10-19T08:23:06Z</dc:date>
    <item>
      <title>[SOLVED]How to create and attach resource to workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205898#M159028</link>
      <description>I need to make a new document and attach it to currently running workflow. So far i made a file and placed it to Some Folder. In next step of workflow i don't see that this file is attached to workflow. I've been trying to attach this file to wf, but with no success.&amp;nbsp; The code is shown bellow&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;</description>
      <pubDate>Wed, 11 Mar 2009 14:26:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205898#M159028</guid>
      <dc:creator>decoy</dc:creator>
      <dc:date>2009-03-11T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED]How to create and attach resource to workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205899#M159029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could take a look at the implementation of this page -&amp;gt; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/w/images/7/77/Bpm_start_workflow.jpg" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/w/images/7/77/Bpm_start_workflow.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In rough terms you will need to add the node-ref of your new document to the "workflow package"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 14:47:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205899#M159029</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-03-11T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED]How to create and attach resource to workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205900#M159030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found solution for my problem. The solution is in script bellow&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var dest = companyhome.childByNamePath("User Homes");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var file = dest.createFile("file_name.txt");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file.content="test content";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;file.save();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bpm_package.addNode(file);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 12:57:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205900#M159030</guid>
      <dc:creator>decoy</dc:creator>
      <dc:date>2009-03-16T12:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED]How to create and attach resource to workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205901#M159031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi i have a similar problem,workflow is working fine,except the person who was assiged to approve the document,can't see the document and metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i assigned person to approve document,they always get under resource the name of file and path where the file is saved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now for some reason i am getting No resource found?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some one with the same issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 07:40:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205901#M159031</guid>
      <dc:creator>golden_eye</dc:creator>
      <dc:date>2009-10-19T07:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED]How to create and attach resource to workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205902#M159032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like a RIGHTS problem. Documents,you have no rights to, are not found, "document" or "space" root object for instance may be void/null, when you do not have the rights.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 08:23:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205902#M159032</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-10-19T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED]How to create and attach resource to workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205903#M159033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes,it is right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Me stupid how could i missed that. :shock: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 11:42:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-how-to-create-and-attach-resource-to-workflow/m-p/205903#M159033</guid>
      <dc:creator>golden_eye</dc:creator>
      <dc:date>2009-10-19T11:42:10Z</dc:date>
    </item>
  </channel>
</rss>

