<?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: workflow called by java in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302394#M255524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thankyou kaynezhang, it works anyway although still not quite understand the details.&amp;nbsp; i cannot find such info on the net, do you have any source about it?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 17:15:05 GMT</pubDate>
    <dc:creator>mythox</dc:creator>
    <dc:date>2014-05-22T17:15:05Z</dc:date>
    <item>
      <title>workflow called by java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302392#M255522</link>
      <description>hi, i try to understand the concept of calling workflow by java, i made a simple class as below, but below nodeService.addChild i do not understand, and i cant find related document about it.&amp;nbsp; appreciate for any advice.the workflow is a simple workflow with 1 parameter as a name, it will say hello t</description>
      <pubDate>Thu, 22 May 2014 15:42:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302392#M255522</guid>
      <dc:creator>mythox</dc:creator>
      <dc:date>2014-05-22T15:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: workflow called by java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302393#M255523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1.The first parameter is worklow package–workflow Package is used to hold the content that's routed through the workflow,generally the node that this work work action is placed into the workflow package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.The second parameter is the node that your workflow actions on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.The third parameter is parent-childer assocTypeQName ,you can just use WorkflowModel.ASSOC_PACKAGE_CONTAINS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.The fourth parameter is association qname,you can name it whatever you'd like&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for example&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;nodeService.addChild(workflowPackage, actionedUponNodeRef, WorkflowModel.ASSOC_PACKAGE_CONTAINS, "cm:assoname");&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 16:32:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302393#M255523</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-05-22T16:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: workflow called by java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302394#M255524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thankyou kaynezhang, it works anyway although still not quite understand the details.&amp;nbsp; i cannot find such info on the net, do you have any source about it?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 17:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302394#M255524</guid>
      <dc:creator>mythox</dc:creator>
      <dc:date>2014-05-22T17:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: workflow called by java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302395#M255525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please refer to the JavaDoc for Java Foundation API at&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Data Model project : &lt;A href="http://dev.alfresco.com/resource/docs/java/datamodel" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/datamodel&lt;/A&gt;&lt;BR /&gt;The Alfresco Repository project :&lt;A href="http://dev.alfresco.com/resource/docs/java/repository" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 23:48:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-called-by-java/m-p/302395#M255525</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-05-22T23:48:59Z</dc:date>
    </item>
  </channel>
</rss>

