[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

kukeltje do-not-reply at jboss.com
Fri Jan 9 05:03:51 EST 2009


Hmmmmm ProcessInstance#end(boolean reactivateSuper) sounds a bit weird to me... So I can imagine it was removed. Can you describe the usecase for this? Does it have something to do with subprocesses which you want to end but not have it signal the  parent process? 

What if you woud do change

anonymous wrote : processInstance.end(false)

to 

anonymous wrote : processInstance.getRootToken().end(false)


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200525#4200525

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200525



More information about the jboss-user mailing list