JBoss Community

Assign task in jBPM

reply from Johan Arif Ariffin in jBPM Development - View the full discussion

Managed to solve it. Apparently the whole process wont 'move' unless you close it. So a simple close portion goes a long way.

 

 

finally{ 
     if(jbpmContext != null)
          jbpmContext.close();
}

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community