[jboss-user] [JBoss jBPM] - Re: how to realize the

2007-08-13 Thread gorgin
oh,kukeltje,i am new in this forum so i don't know those rules in this forum clearly. now that your email is not available,i won't ask for it any more. but i hope i can still get your help by your reply post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=407378

[jboss-user] [JBoss jBPM] - Re: how to realize the

2007-08-12 Thread gorgin
thanks for your advise,kukeltje! i will see those test cases carefully. in case i need more of your help,would you please leave your e-mail? thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073419#4073419 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - Re: how to realize the

2007-08-08 Thread gorgin
thanks a lot,kukeltje! I search many jbpm apis,but i can't find apis i need! maybe i am not careful enough. would you please give me some api examples ? what's more,i also thought i could use a token instance to rollback the process,but i can not find any "turn back" method from token instance. l

[jboss-user] [JBoss jBPM] - how to realize the "process rollback" function with JBPM?

2007-08-08 Thread gorgin
suppose a simplest process A -> B -> C -> D. if now the process is on node C, how to let the process back to B without creating a new transition from C to B ? what's more, if the process starter(who started A) wants to cancel his application before C is operated. how to realize this function ?