cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti & Liferay users integration

user1507
Champ in-the-making
Champ in-the-making
Hello,
I pretend to use Activiti with Liferay. I integrated an Activiti workflow with a JSF application. Now the idea is to use this application in a portlet. Is there a way I can use Liferay users so they can be the actors of the Activiti workflow?
Thanks…
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
You can implement a custom user/group manager. Take a look at the LDAP-implementation we ship, this shows how you can implement the UserManager and GroupManager based on a 3rd-party indentity implementation.

eg. https://github.com/Activiti/Activiti/blob/77bc8adca018f88f8104331700757428e9489846/modules/activiti-...

There are also some topics on the forum that describe how to plug in those custom managers in activiti, try the search-box.

user1507
Champ in-the-making
Champ in-the-making
Thanks… I will check it.