1 Reply Latest reply on Apr 26, 2006 9:48 AM by kukeltje

    Fork and Join

    miraganatra

      I want to know the execution path of fork. because fork is executing only one path from all its chield.. so how to define path or all path.

        • 1. Re: Fork and Join
          kukeltje

          if you have no wait states in the first child of a fork, the behaviour you see is correct. jBPM is not a threading server. If you do have wait states, there should be two concurrent paths.