How to implement a custom UserGroupCallback in BPM Suite 6
Issue
- How to implement a custom
UserGroupCallbackin BPM Suite 6.0 ? - I see there is a solution article How to configure JAASUserGroupCallbackImpl and integrate it with the rest of the jBPM 6 configuration in BPMS 6 ?, but I want to implement my own custom
UserGroupCallbackImpl, how to do that ? - I would like to know how to configure JBPM 6.0.x to use our own
UserGroupCallback. In jBPM 5.3 we defined our custom class instandalone/deployments/jbpm-human-task.war/WEB-INF/web.xmllike this:
<init-param>
<param-name>user.group.callback.class</param-name>
<param-value>com.ourcalss.UserGroupCallback</param-value>
</init-param>
Environment
- Red Hat JBoss BPM Suite (BPMS)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
