JBoss Community

Re: Create Custom Implementation for Human Task WorkItemHandler, Which class I should extend?

created by Timothy Charman in jBPM - View the full discussion

I use the hook in the SessionManager (which is really a session manager factory of sorts) code:

        String sessionManager = System.getProperty("jbpm.session.manager");

 

So in the java arguments I do:

-Djbpm.session.manager=com.me.mySessionManager

Reply to this message by going to Community

Start a new discussion in jBPM at Community