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

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

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

K. above project scenario is custom groups, right?

daisuke-yoshimo
Senior Member

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

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.

vamsinipun
Established Member

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

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

daisuke-yoshimo
Senior Member

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

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.
vamsinipun
Established Member

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

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