<?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: CallActivityBehavior can not found process with NO_TENANT_ID in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222917#M176047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"My processA is defined in NO_TENANT_ID. And my processB is defined in tenant "blah.com"."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Process definitions are tenant based and can _not_ call each other. That would defeat the purpose of tenancy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 10:45:01 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2016-03-15T10:45:01Z</dc:date>
    <item>
      <title>CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222911#M176041</link>
      <description>Hey,I have a question about line 69 on CallActivityBehavior.java.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;processDefinition = Context&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.getProcessEngineConfiguration()&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.getDeploymentManager()&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.findDeployedLatestProcessDefinitionByKey(processDefinitonKey);‍‍‍‍‍‍The above code seems that can only fin</description>
      <pubDate>Fri, 04 Mar 2016 21:38:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222911#M176041</guid>
      <dc:creator>sunshare</dc:creator>
      <dc:date>2016-03-04T21:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222912#M176042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which version are you looking at? I see something different in the latest version: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/behavior/CallActivityBehavior.java#L76" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/behavior/CallActivityBehavior.java#L76&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 10:41:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222912#M176042</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-07T10:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222913#M176043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compile group: 'org.activiti', name: 'spring-boot-starter-basic', version: '5.17.0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compile group: 'org.activiti', name: 'spring-boot-starter-actuator', version: '5.17.0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compile group: 'org.activiti', name: 'spring-boot-starter-jpa', version: '5.17.0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The line number was wrong. Should be line 78 in the link you provided. Sorry for the confusion. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 14:30:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222913#M176043</guid>
      <dc:creator>sunshare</dc:creator>
      <dc:date>2016-03-07T14:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222914#M176044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why 5.17 … that's over a year old, much has changed since! Chances are high that this bug is fixed too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 08:24:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222914#M176044</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-11T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222915#M176045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, thanks for pointing that out. I think we started on mid 2015. And we never upgrade the version since it is all working well. But recently, we need to expend our model to handle paging CallActivities. I will try the newest version. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 00:00:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222915#M176045</guid>
      <dc:creator>sunshare</dc:creator>
      <dc:date>2016-03-13T00:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222916#M176046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried with 5.19.0.2. And I got the same issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be clear, I have a processA with a CallActivity which calls processB. My processA is defined in NO_TENANT_ID. And my processB is defined in tenant "blah.com". And when I executed processA, when it tries to find processB processDef, it complains that can not found processB. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 16:03:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222916#M176046</guid>
      <dc:creator>sunshare</dc:creator>
      <dc:date>2016-03-14T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222917#M176047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"My processA is defined in NO_TENANT_ID. And my processB is defined in tenant "blah.com"."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Process definitions are tenant based and can _not_ call each other. That would defeat the purpose of tenancy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 10:45:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222917#M176047</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-15T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222918#M176048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your clarification. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, what is the purpose of line 77 and 78 on CallActivityBehavior.java? My understanding is if is NO_TENANT_ID, then findDeployedLatestProcessDefinitionByKey(key) in all the tenants. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If my understanding is wrong, is there a concept of "global tenant" which can be access by any tenant? Since my processA is a template process which can be used for all tenants, I want to avoid publishing this template process for every tenant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:04:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222918#M176048</guid>
      <dc:creator>sunshare</dc:creator>
      <dc:date>2016-03-15T14:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: CallActivityBehavior can not found process with NO_TENANT_ID</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222919#M176049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The purpose of that line is that tenantId are 'inherited'. Once something has a tenantId, everything that spins off from it gets the same tenantId.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is not concept of a gobal tenant in Activiti, sorry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:25:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/callactivitybehavior-can-not-found-process-with-no-tenant-id/m-p/222919#M176049</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-18T13:25:37Z</dc:date>
    </item>
  </channel>
</rss>

