cancel
Showing results for 
Search instead for 
Did you mean: 

Users and Groups in Activiti

sudhakar1
Champ in-the-making
Champ in-the-making
Hello Team,

I am a beginner in activiti. I am working on workflow based web application(JSF and Prime faces). We have to  create users and respective groups.

I have checked that IdentityService api helps in creating users and groups.
I have few questions on this.

Using IdentityService can i create users and groups in my application specific tables(not in activiti default tables), like TAB_MYAPP_USERS and TAB_MYAPP_GROUPS?

Also if i create my own application specific tables like TAB_MYAPP_USERS and TAB_MYAPP_GROUPS, will i be able to assign these users/groups to any task(user task) in my bpmn.

I hope the questions are clear.

Thanks in advance.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

you can implement your own identity service (See LDAP identity service impl)

Regards
Martin