cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to run the process with custom user and group tables?

vamsinipun
Star Contributor
Star Contributor

Hi Team,

     I am using activiti in my spring web application. I would like to know, Is it possible to run the process with custom user and group tables?

Thanks

14 REPLIES 14

Anonymous
Not applicable

Yeah. My example is focused on how to resolve uses who belong to the specified group.

On the contrary, I think that the process execution engines other than that are not dependent on Identity Management.

K. Similarly, I would like to change Users right?

Anonymous
Not applicable

Does the following procedure make sense?

1. You need implement UserIdentityManager.class or extend UserEntityManager.class.

2. You need implement your own UserEntityManagerFactory that return your UserIdentityManager implementation for UserIdentityManager interface.
3. You need set your own UserEntityManagerFactory to ProcessEngineConfiguration.

Thank you for your help. My task almost completed. Thank you very much.

I think this is the same question as on  Perhaps the links on that thread are easier to follow?