[jboss-user] [JBoss jBPM] - Re: Canceling a processinstance and its taskinstances
anuragpaliwal
do-not-reply at jboss.com
Wed Jan 9 05:14:06 EST 2008
Hello,
processInstance.suspend() ,as name suggest, will only suspend the process instance and all its task instances as well i.e isSuspended will gets populated in database.
processinstance.end() will cancel the process instance as well as all open task instance associated with the process instance. isCanceled gets populated in database for both processinstance and taskinstance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118189#4118189
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118189
More information about the jboss-user
mailing list