<?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: Do we need to deploy processes per tenant for multi-tenancy to work? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210024#M163154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does makes sense to me. It would be a nice addition. Please file a jira issue. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 10:19:45 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-03-02T10:19:45Z</dc:date>
    <item>
      <title>Do we need to deploy processes per tenant for multi-tenancy to work?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210021#M163151</link>
      <description>I have starting looking into Activiti's (version 5.17) multi-tenancy support and have some rookie questions. [disclaimer: I did searched the forums before posting but apologize if this is a repeat topic!]Requirements:&amp;nbsp; a. We will use Activiti's built-in multi-tenancy support using tenant_id fieldb.</description>
      <pubDate>Sat, 28 Feb 2015 08:54:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210021#M163151</guid>
      <dc:creator>asanjum</dc:creator>
      <dc:date>2015-02-28T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Do we need to deploy processes per tenant for multi-tenancy to work?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210022#M163152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) Correct. Process definitions are unique per tenant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Sorry, not possible. Process definitions are tenant-specific. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) No, the engine doesn't really care. It's just data in the database. The only thing that might need tweaking is the Process definition cache size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) No, that's custom code. Typically, tenants do not share process definitions .. or at least that's not how it is implemented currently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) That would need a serious amount of new code, cause once you start with tenancy, it is applied everywhere. Im thinking there might be workarounds with a custom Process Definition Cache … but I'm not sure of the implications that would have.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 10:18:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210022#M163152</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-02-28T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Do we need to deploy processes per tenant for multi-tenancy to work?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210023#M163153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A big thank you for the super fast reply.&amp;nbsp; This is what make the core Activiti team and the product winners.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This really gives us a lot of clarity and we can move ahead faster with a lot more conviction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have attempted to subclass the DeploymentCache, etc. but there are a lot of calls that are directly done via the CommandExecutor.&amp;nbsp; Not worth the risk for a multi-tenant app. You are the best guys to ponder over how to address this in a clean way.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you think this kind of requirement (shared process definitions) makes sense, I can post a Jira bug request for future development.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once again, thanks a ton.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sayeed&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 11:21:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210023#M163153</guid>
      <dc:creator>asanjum</dc:creator>
      <dc:date>2015-02-28T11:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Do we need to deploy processes per tenant for multi-tenancy to work?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210024#M163154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does makes sense to me. It would be a nice addition. Please file a jira issue. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:19:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-we-need-to-deploy-processes-per-tenant-for-multi-tenancy-to/m-p/210024#M163154</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-02T10:19:45Z</dc:date>
    </item>
  </channel>
</rss>

