[jboss-user] [JBoss jBPM] - Re: hasEnded not set correctly when sub processes are used

2007-08-11 Thread estaub
How did the subprocess end? You probably want to read ProcessState.java (for the parent's perspective) and ProcessInstance.end() (for the child's perspective). I'm pretty sure you've made a mistake somewhere... maybe grabbed the wrong token at some point. View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: hasEnded not set correctly when sub processes are used

2007-08-09 Thread kukeltje
two different questions... use two topics please regading post 1: can you make a unit test with INTEGRATED processdefinition that demonstrates the problem? the 'control' is in de hand of a token. Where the token is defines where the control is. Nothing to it... if you want details, examine

[jboss-user] [JBoss jBPM] - Re: hasEnded not set correctly when sub processes are used

2007-08-09 Thread shridevik_nair
Hi, In a process definition which has a sub process, how is the control passed on from the super process instance to the sub processes. Also when the sub processes execution is complete how is the control passed on back to the super process? I'm using 3.2GA version and have added the logic for