<?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 Is it possible deploy all the BPMN files at a time by specifying location? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158543#M112642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have small doubt regarding deployment of bpmn files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible deploy all the BPMN files at a time by specifying folder location?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 05:25:24 GMT</pubDate>
    <dc:creator>sankardunga</dc:creator>
    <dc:date>2014-03-20T05:25:24Z</dc:date>
    <item>
      <title>Is it possible deploy all the BPMN files at a time by specifying location?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158543#M112642</link>
      <description>Hi All,I have small doubt regarding deployment of bpmn files.Is it possible deploy all the BPMN files at a time by specifying folder location?Thanks &amp;amp; Regards</description>
      <pubDate>Thu, 20 Mar 2014 05:25:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158543#M112642</guid>
      <dc:creator>sankardunga</dc:creator>
      <dc:date>2014-03-20T05:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible deploy all the BPMN files at a time by specifying location?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158544#M112643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use a * in the configuration to include multiple files like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property name="deploymentResources" value="classpath*:/org/activiti/spring/test/autodeployment/autodeploy.*.bpmn20.xml" /&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 16:11:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158544#M112643</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-03-21T16:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible deploy all the BPMN files at a time by specifying location?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158545#M112644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ya, I know that from configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)Is it possible give the path in my class like&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; repositoryService.createDeployment() .****("D://files/mybpmn.bpmn") .deploy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of deploying it from the class path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) And when we are deploying multiple bpmn files by defining *.bpmn in xml, it is creating same deployment id for all the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I do deploy separate to every bpmn files, it will create separate deployment id for each process,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Will it give any difference in both cases while running the processes ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2014 05:12:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158545#M112644</guid>
      <dc:creator>sankardunga</dc:creator>
      <dc:date>2014-03-22T05:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible deploy all the BPMN files at a time by specifying location?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158546#M112645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) No, we don't do scanning of folders. But that's something you can do easily in Java, and pass the inpustreams for each file into the DeploymentBuilder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Yes indeed. It won't be different at runtime.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 15:21:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-deploy-all-the-bpmn-files-at-a-time-by-specifying/m-p/158546#M112645</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-03-24T15:21:35Z</dc:date>
    </item>
  </channel>
</rss>

