cancel
Showing results for 
Search instead for 
Did you mean: 

Recommended approach to manage db users/groups

enekofb
Champ in-the-making
Champ in-the-making
Hi all,

Dealing with the activiti engine, we are facing the problem of how to add new users/tasks/groups to activiti´s db considering that the engine is already running in remote. It´s known that the rest api treats some db manage issues but not this one. We were thinking to extend the rest api in order to support the related tasks…

It would be great if u could recommend us the common way to do it.

Thanks in advance,

Eneko Fernández.
2 REPLIES 2

tombaeyens
Champ in-the-making
Champ in-the-making
that feature doesn't have priority since most of the times in real deployments, people will use their own existing user store.  and then the external system is used for managing identity data.  so for the moment, we don't have UI for managing identity data. 

we do want that to be possible with the Activity Probe app at some point.  but it should only be expected somewhere next year.  until then there is only direct DB access to manage the identity data in the activity build-in identity component.

dejanmr
Champ in-the-making
Champ in-the-making
people will use their own existing user store

What is recommended way to do so? Something like implementing own IdentitySession JBPM4.

Yes, I have read numerous forum posts regarding this (http://forums.activiti.org/en/viewtopic.php?f=6&t=1598&hilit=IdentitySession among the rest). And yes, I have used search functionality to look for solution, both on Activiti forum and Google.

But, I want to code it properly, in a recommended way, and not to have to change my solution any time new version of Activiti is out (which is mostly every month).

Thanks,
Regards.