<?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 Engine in my Web Application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185311#M138441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your answer, it put me in the right path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that the BPMN 2.0 XML file will be stored in the Activiti Database, what I don't understand is how my application will recognise it and run it. If I have to programm it, shouldn't there be a python-acitiviti API? Because I have looked everywhere and I can't seem to find anything about this.. maybe I'm understanding this wrong, but I can't understand how python will recognise the file and run it without it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mónica Casanova&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2014 12:59:36 GMT</pubDate>
    <dc:creator>mfm</dc:creator>
    <dc:date>2014-10-04T12:59:36Z</dc:date>
    <item>
      <title>Using Activiti Engine in my Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185308#M138438</link>
      <description>Hi,I'm new to activiti and I really need help.I have a python/django web app, and I want to use activiti engine in it.According to the official book (activiti in action) I understand that there are two ways to connect the two. Through REST API, or the one I'm trying to use, embedding activiti engine</description>
      <pubDate>Thu, 02 Oct 2014 11:43:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185308#M138438</guid>
      <dc:creator>mfm</dc:creator>
      <dc:date>2014-10-02T11:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Engine in my Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185309#M138439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running Activiti embedded with the Java JARs means that you don't have to use the REST API, that's correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need to deploy a BAR file, it can also be a single BPMN 2.0 XML file. The Activiti Engine will store this in the Activiti database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pyactiviti is a library I'm not familiar with as it's not part of the Activiti project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:41:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185309#M138439</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-10-02T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Engine in my Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185310#M138440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for your answer, it put me in the right path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that the Activiti Engine will store the XML file in the Activiti database, what I don't understand is how my application will recognised it. I mean, do I have to program in python in order to fetch the file and run it? is that it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really don't understand how python will grab that file and run it.. isn't there an API to do this? Because I can't find anything about this anywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And by activiti database you mean the database I'm connected to, not the in-memory one, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mónica Casanova&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:32:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185310#M138440</guid>
      <dc:creator>mfm</dc:creator>
      <dc:date>2014-10-03T16:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Engine in my Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185311#M138441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your answer, it put me in the right path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that the BPMN 2.0 XML file will be stored in the Activiti Database, what I don't understand is how my application will recognise it and run it. If I have to programm it, shouldn't there be a python-acitiviti API? Because I have looked everywhere and I can't seem to find anything about this.. maybe I'm understanding this wrong, but I can't understand how python will recognise the file and run it without it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mónica Casanova&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2014 12:59:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185311#M138441</guid>
      <dc:creator>mfm</dc:creator>
      <dc:date>2014-10-04T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti Engine in my Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185312#M138442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti offers an API to retrieve process definitions, start process instances etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There's the RepositoryService and the RuntimeService for example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If pyactiviti also exposes these interfaces I don't know, but I would definitely expect it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 07:04:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-engine-in-my-web-application/m-p/185312#M138442</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-10-06T07:04:09Z</dc:date>
    </item>
  </channel>
</rss>

