JBoss Community

Can't start jbpm3 process

reply from Vladimir Kiryakov in jBPM - View the full discussion

but if I code like this:

 

package com.app.HANDLERS;

 

import org.jbpm.graph.def.ActionHandler;
import org.jbpm.graph.exe.ExecutionContext;

 

public class State1Handler implements ActionHandler {

 

    @Override
    public void execute(ExecutionContext arg0) throws Exception {
       
        new MyClass().printHelloWorld();

 

    }

 

}

 

I have error like in my first post

Reply to this message by going to Community

Start a new discussion in jBPM at Community