In activiti 6 community edition how to achieve multi-tenancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2018 12:28 AM
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.
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2018 12:52 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2018 02:40 AM
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.
