cancel
Showing results for 
Search instead for 
Did you mean: 

In activiti 6 community edition how to achieve multi-tenancy

vikramas
Champ in-the-making
Champ in-the-making

In activiti 6 community edition how to achieve multi-tenancy and is it possible to connect with ldap. When I saw the source code there is code for ldap.

I am using postgres as the database.

2 REPLIES 2

mdtabrezmca
Star Contributor
Star Contributor

I think activiti6 comes with shared multi tenancy which diffrentiate every tenant based on tenant id. and every execution is always has a parameter to diffrentiate this.

vikramas
Champ in-the-making
Champ in-the-making

Yeah I know for every process there will be a tenant id associated with it, but how to create tenant as there is no option provided for creation of tenant.