Replies: 5 comments 3 replies
-
|
For sure, but Elsa itself does not provide anything to that end. Instead, it would be up to your application hosting the workflow runtime to provide a multi-tenant workflow definition and workflow instance store. For example, if you were to use Orchard Core Framework to build a multi-tenant solution, Elsa would automatically be multi-tenant de to the fact that the service container itself would be tenant-specific. If you would use ABP framework, the principle would probably be similar. And of course you could implement your own multi-tenant data store. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
Thank You. I'm planning to start using it in few days. |
Beta Was this translation helpful? Give feedback.
-
|
Hey... Found a simple way: if you e.g. use mongodb you could change connection strings to the representative bucket for the tenant... Just an idea. You just need some logic on the dashboard side to look up the right basket. |
Beta Was this translation helpful? Give feedback.
-
|
How to implement elsa-core with abp using mutlitenant? Please Help |
Beta Was this translation helpful? Give feedback.
-
|
My 'day job' customer actually is integrating Elsa (1.4.x) into a multi-tenancy environment with Entity Framework (your current authenticated user claims determine which Entity Framework db you're connecting to) . You have just reminded me that I have a contribs to make toward Elsa 2.0 which can make that a little easier! That'll be better for us then, when we come to upgrade to Elsa 2 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to ask, does Elsa support multi-tenancy ? If yes, what's the best way to do this ?
Beta Was this translation helpful? Give feedback.
All reactions