cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy a process using explorer to achieve tenant support

penusila611621
Champ in-the-making
Champ in-the-making
Hi All,

I have read about the multi tenant support in Activiti user guide in a section http://www.activiti.org/userguide/#advanced.tenancy.

What I understood from the above section is, when a process is deployed(like below) by passing tenant is. All the sub subsequent process instances and tasks inherits tenant id.

repositoryService.createDeployment()
            .addClassPathResource(…)
            .tenantId("myTenantId")
            .deploy();

This approach of deployment is possible only if eclipse plug in is used to model processes but how could I achieve the same in explorer. I am asking this question because from a long time I am using explorer and do not want to move to eclipse based plug in. Does this approach is missing in explorer OR ???

1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Explorer is not multi tenant, and it would be a huge work to make it so.