2 Replies Latest reply on Feb 15, 2016 11:25 AM by andrey.tretyak

    How to register a custom UserGroupCallback for kjar deployed to jbpm console

    asdfg195

      I am working with JBPM 6.2. The plan is to deploy kjars to the jbpm console and use the REST API inside a separate webapp to interact with the process. We have successfully built kjars and deployed them to the jbpm console. We are able to move go through a basic workflow if the user tasks are assigned to specific users instead of groups.

       

      We have a class that implements UserGroupCallback inside the kjar; however, the runtime seems to ignore the custom call back and uses the JAASUserGroupCallbackImpl. Is there some way to register the UserGroupCallback?