This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Newbie Question about signalingsaviola Mar 28, 2006 3:58 AM (in response to qweniden)Hi, qweniden! 
 For accessing the child tokens you can use one of:processInstance.getRootToken().getActiveChildren() processInstance.getRootToken().getChild(String childName) processInstance.getRootToken().getChildren() processInstance.getRootToken().getChildrenAtNode(Node aNode) 
 AFAIR the child name is formed like:/transitionName1/transitionName2 
 and so on.
 Where the left most/ stands for the root token.
 If it doesn't work try using nodeName (where the child token should be residing) instead of transitionName since I am not absolutely sure about the formation of the child token name.
 Hope this helps!
 Regs, Saviola
 
    