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…
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.