3 Replies Latest reply on Oct 17, 2007 5:05 AM by kukeltje

    Two Forks to One Join

    dleerob

      Hi,

      Anyone know if it is possible to have two seperate Forks, both which come to the same single Join?

      I am going to try this out later, but don't want to spend ages trying to get it to work, only to find out it can't be done.

      I appreciate your time in this.

        • 1. Re: Two Forks to One Join
          kukeltje

          no, this is not possible. they should be fully nested. Unless you write your own fork/join handlers

          • 2. Re: Two Forks to One Join
            dleerob

            Thanks for the reply.

            I have created two forks, and one join, but only one of the forks will ever be called, so in essence, its one fork to one join. It seems to work fine. This is done so we don't have to create duplicate nodes to do the same work. Hopefully there aren't any problems in doing it this way?

            I would think, as Ronald mentioned, that you can't have two forks, where both of them have been taken, and they then both converge at one join. But I can't see why you may need to do this anyway.

            • 3. Re: Two Forks to One Join
              kukeltje

              I still would not do it this way. I'd move the functionality from the join to an additional node and have to fork/join pairs where both joins converge (not as a join) in this additional node