Johan Arif Ariffin [
http://community.jboss.org/people/metku] replied to the discussion
"Assign task in jBPM"
To view the discussion, visit:
http://community.jboss.org/message/559502#559502
--------------------------------------------------------------
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
[
http://community.jboss.org/message/559502#559502]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]