2 Replies Latest reply on Jun 2, 2009 5:29 PM by randysv

    Fork and Child Tokens

      I am trying to figure out how to signal the token at a fork and the individual paths after the fork.
      Should we signal each of the transitions seperately or does just signalling the token once will set off both the transitions?
      How are the child tokens created?
      If we want to signal each of the child tokens seperately, how to get those tokens and determine which token belongs to which path?

      Thanks in Advance,
      Randy

        • 1. Re: Fork and Child Tokens
          kukeltje

          if there is a token in a fork do not signal it. The child tokens are created in the jbpm fork 'implementation' as you might have expected. How to get the childtokens? Have you had a look at the api? (using an IDE with code completion also works ;-)) Tokens have names related to the path

          • 2. Re: Fork and Child Tokens

            Thanks Ronald.
            I was aware of the path to the node, but it just did not strike me I could use it for my purpose. Thanks again!

            --Randy