<?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: Activiti deployment in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209842#M162972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; is to deploy activiti engine standalone (lets call it server application)and drive activiti engine through rest calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is always to include the Java jar in all web applications. It simplies stuff sometimes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Activiti Rest will give you the default Activiti REST API. You can create your own REST API application if you want to, by included the REST dependencies. I'm not sure i'm following your process development question. This would be similar to how you would solve a shared code project in your company.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q1) Processes are just xml and could go into Git or svn. Once you deem one ready for production, you deploy that xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q2) No. You can deploy one at the time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q3) Process definitions are versioned on deployment. Instances keep running against a particular process definition version. New instances will follow the new process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q4) check the activiti-rest and activiti-webapp-rest&amp;nbsp; maven modules. We are using Spring MVC. You can create your own version of that; with custom REST endpoints or just go with the default.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2015 10:06:19 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-02-28T10:06:19Z</dc:date>
    <item>
      <title>Activiti deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209841#M162971</link>
      <description>Situation:I have multiple web applications(lets call them client applications) that need to manage a set of processes(intersecting).&amp;nbsp; From what I have gathered, best course of action (correct me if i am wrong) is to deploy activiti engine standalone (lets call it server application)and drive activit</description>
      <pubDate>Fri, 27 Feb 2015 12:41:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209841#M162971</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-02-27T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209842#M162972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; is to deploy activiti engine standalone (lets call it server application)and drive activiti engine through rest calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is always to include the Java jar in all web applications. It simplies stuff sometimes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Activiti Rest will give you the default Activiti REST API. You can create your own REST API application if you want to, by included the REST dependencies. I'm not sure i'm following your process development question. This would be similar to how you would solve a shared code project in your company.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q1) Processes are just xml and could go into Git or svn. Once you deem one ready for production, you deploy that xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q2) No. You can deploy one at the time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q3) Process definitions are versioned on deployment. Instances keep running against a particular process definition version. New instances will follow the new process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q4) check the activiti-rest and activiti-webapp-rest&amp;nbsp; maven modules. We are using Spring MVC. You can create your own version of that; with custom REST endpoints or just go with the default.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 10:06:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209842#M162972</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-02-28T10:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209843#M162973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram, thank you for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was not talking about how I can share process definitions with team members. Assume at iteration n, I have 10 processes. At iteration n+1, a team member updated 1 process definition(pd) and deleted 1 pd and added 1 pd. If this have been a database change, I would want the change propagate through dev, test, and prod environments without manual intervention (for example by orm or db migration tool). But from your response, I understand that I have to check change dates of process definition files against the date of previous iteration, and upload to server application manually. Am I correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 07:10:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209843#M162973</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-03-02T07:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209844#M162974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Process definitions are 'deployed' in Activiti through the API, which writes it to the database. So you could do it automatically over all your environments, but that's not part of Activiti, it would need to be custom logic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209844#M162974</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-02T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209845#M162975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a possibility that I could actually update my previous activiti deployment? What I mean is, when you deploy a bpmn, it is given a deployment id as evident in act_re_deployment table but I want to know if that id given to the previous deployment could be used as an id of the new deployment since I am deploying the same bpmn file but the latter file have additional user tasks (for approval purposes)…&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:46:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209845#M162975</guid>
      <dc:creator>mauwarrior</dc:creator>
      <dc:date>2016-04-15T09:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209846#M162976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. Activiti always deploys a new version. See my answer on your other post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:54:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-deployment/m-p/209846#M162976</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-20T13:54:16Z</dc:date>
    </item>
  </channel>
</rss>

