<?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 'Uploading' a workflow... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/uploading-a-workflow/m-p/289482#M242612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm starting to dig into Alfresco Community 4.2.c, this is my very first post and I installed the bin file into a Centos server 3 days ago, so i have little to nothing knowledge about it. Also please notice together with the Community edition I installed Eclipse with the Activity Designer for the first time, so consider me a newbie also in the development field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've already read Jeff's Advanced Workflow and also Joanna's step by step guides and there is still something that i don't get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Deploying a workflow means more or less tell activity where the XML is so that it can start to do it's business. It can be done via "Spring" (which is something that i guess i'll have to learn) or via the workflow console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually the .xml BMPN file should be in&amp;nbsp; alfresco/WebContent/WEB-INF/classes/alfresco/workflow/ .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: once i have prepared my process in eclipse how do i place the file in that directory on the remote server so that i can deploy it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing a button in Eclipse or this is just something that the programmer should take care of?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe this is an obvious question but please consider that i'm beginner also as a programmer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 12:27:01 GMT</pubDate>
    <dc:creator>gpeter</dc:creator>
    <dc:date>2013-09-18T12:27:01Z</dc:date>
    <item>
      <title>'Uploading' a workflow...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/uploading-a-workflow/m-p/289482#M242612</link>
      <description>Hi everybody,I'm starting to dig into Alfresco Community 4.2.c, this is my very first post and I installed the bin file into a Centos server 3 days ago, so i have little to nothing knowledge about it. Also please notice together with the Community edition I installed Eclipse with the Activity Design</description>
      <pubDate>Wed, 18 Sep 2013 12:27:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/uploading-a-workflow/m-p/289482#M242612</guid>
      <dc:creator>gpeter</dc:creator>
      <dc:date>2013-09-18T12:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: 'Uploading' a workflow...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/uploading-a-workflow/m-p/289483#M242613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok i have made some homeworks and now i have a handy ant build.xml file that scp a helloworld.bpmn file to the alfresco/workflow directory and a someco-workflow-context.xml parent directory alfresco/&amp;nbsp; [the intire path is [font=Courier]/opt/alfresco-4.2.c/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/[/font] ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;both file content are a copy and paste from the jpotts advanced guide with the correct path, here is the detail of the context.xml file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &amp;lt;bean id="someco.workflowBootstrap" parent="workflowDeployer"&amp;gt;&lt;BR /&gt;&amp;lt;property name="workflowDefinitions"&amp;gt;&lt;BR /&gt;&amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;props&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;prop key="engineId"&amp;gt;activiti&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;prop key="location"&amp;gt;alfresco/workflow/helloworld.bpmn&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;prop key="mimetype"&amp;gt;text/xml&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;prop key="redeploy"&amp;gt;false&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/props&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;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;/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;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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;but the workflow does not get deployed automatically, it is there since i&amp;nbsp; can manually deploy it via the workflow console using&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;deploy activiti alfresco/workflow/helloworld.bpmn&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;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought that the deployment of a such an easy workflow with the context file would work something like deploying a .jar in tomcat, you upload it and he handles it. Isn't it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 12:43:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/uploading-a-workflow/m-p/289483#M242613</guid>
      <dc:creator>gpeter</dc:creator>
      <dc:date>2013-10-02T12:43:47Z</dc:date>
    </item>
  </channel>
</rss>

