<?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: Using Activiti Bare bones Style in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130324#M91602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no specific "servlet" for activiti itself. Only if you want to use the REST-services, you'll need the restlet-application servlet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 09:33:56 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-02-07T09:33:56Z</dc:date>
    <item>
      <title>Using Activiti Bare bones Style</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130320#M91598</link>
      <description>I would like to use Activiti for its workflow engine in a very light-weight manner.I would rather not run the entire environment on a Tomcat server, rather I would like to define theworkflows in xml, retaining these as source, define my workflow delegates, and have Maven 1. compile the code,2. build</description>
      <pubDate>Wed, 06 Feb 2013 10:11:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130320#M91598</guid>
      <dc:creator>largesnike</dc:creator>
      <dc:date>2013-02-06T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Bare bones Style</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130321#M91599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure what you mean with "Most of the documentation seems to assume that I want to run the whole environment, including the UI &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for publishing worflows etc."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I beg to differ. Look into our user guide, it contains much more documentation on non-UI use cases&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#N10157" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#N10157&lt;/A&gt;&lt;SPAN&gt;: this section shows you how to create a process-engine to use. Than, look at our javadocs to see what you can do with the services obtained from this process-engine. So it's as simple as including the activiti-engine dependency in your project and configuring and building the engine so you can use it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 14:41:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130321#M91599</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-02-06T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Bare bones Style</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130322#M91600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Agree with frederikheremans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti does not need Ui at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use version 5.11 with Spring and the spring integration is wonderful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I create startup beans in Spring (these are run when spring application context is loaded).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the startup beans, I use DeploymentService to deploy the xxx.bpmn20.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Or you can have a separate startup application that is only run to deploy/delete workflows)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to generate xxx.bpmn20.xml :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I only use the Activit modeler, at an arms length to create the workflow diagram (xxx.bpmn, openable in Activiti diagram editor):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I then re-open this diagram in the Eclipse Xml editor and copy the contents of xxx.bpmn to the another file named xxx.bpmn20.xml. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This xxx.bpmn20.xml can then be used with DeploymentService to deploy the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Bar file is totally unnecessary this way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case you want some sort of admin Ui to see whats going on the Activiti database, you can install Activit Explorer as a separate &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;web application on another (virtual) machine and change the database settings to point to the Activiti database used by your&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;application&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 00:15:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130322#M91600</guid>
      <dc:creator>araghuraman</dc:creator>
      <dc:date>2013-02-07T00:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Bare bones Style</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130323#M91601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the replies guys, very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess one of the more specific questions I have is whether the ProcessEngine is its own servlet, or do I need to set up a servlet context behind it? I was trying to work out form the Activiti samples, what was providing the application context, so I can set the same thing up in Jetty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, what would be better is if Jetty is just another dependency in my pom, and I build the container around Activiti and deploy the whole thing server, container and all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that make sense?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 02:09:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130323#M91601</guid>
      <dc:creator>largesnike</dc:creator>
      <dc:date>2013-02-07T02:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Bare bones Style</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130324#M91602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no specific "servlet" for activiti itself. Only if you want to use the REST-services, you'll need the restlet-application servlet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 09:33:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-bare-bones-style/m-p/130324#M91602</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-02-07T09:33:56Z</dc:date>
    </item>
  </channel>
</rss>

