<?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 Custom Process Repository in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72334#M47003</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;Is it possible to use a separate process repository with Activiti Engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I mean, I will deploy processes to a process repository (it may be home made reposiyory) and I want Activiti Engine to use this process repository to look up processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is possible, how can I do this? I think I must write custom ProcessDefinitionManager. Am I right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 19:31:49 GMT</pubDate>
    <dc:creator>eren</dc:creator>
    <dc:date>2011-12-05T19:31:49Z</dc:date>
    <item>
      <title>Custom Process Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72334#M47003</link>
      <description>Hi,Is it possible to use a separate process repository with Activiti Engine?I mean, I will deploy processes to a process repository (it may be home made reposiyory) and I want Activiti Engine to use this process repository to look up processes.If it is possible, how can I do this? I think I must wri</description>
      <pubDate>Mon, 05 Dec 2011 19:31:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72334#M47003</guid>
      <dc:creator>eren</dc:creator>
      <dc:date>2011-12-05T19:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Process Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72335#M47004</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;The Activiti Engine expects a database model that's equal to the Activiti database model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use your own database model this requires a lot of coding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain why you would want to do this? Why isn't the Activiti database model good enough?&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>Tue, 06 Dec 2011 18:58:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72335#M47004</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-12-06T18:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Process Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72336#M47005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The question is whether or not there is an API abstraction over the persistence tier.&amp;nbsp; If there is, then theoretically any provider implementation can be plugged in, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 07:49:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72336#M47005</guid>
      <dc:creator>cpotter1</dc:creator>
      <dc:date>2011-12-07T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Process Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72337#M47006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;there is, kind of… look in the source… might just be that it is kind of related to sql in terminology. What would be the advantage of replacing&amp;nbsp; an rdbms with a noSQL one? (looking at your other post)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 08:18:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72337#M47006</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-07T08:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Process Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72338#M47007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Firstly I want to tell that we are not using Activiti Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, we need to manage versions of processes. Yes, I know Activiti has a versioning capability but it is not sufficient in our case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As any project have, we also have many environments; development environment, many testing environments and live environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We want to place a central process repository. All the environments mentioned above will use this process repository. Users may list versions of a process, he/she may switch to newer or older version of the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually we have 2 separate applications: one is for executing processes, the other one is for managing processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We also want this repository to manage our rule (drools) files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 21:01:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-process-repository/m-p/72338#M47007</guid>
      <dc:creator>eren</dc:creator>
      <dc:date>2011-12-08T21:01:49Z</dc:date>
    </item>
  </channel>
</rss>

