4 Replies Latest reply on Aug 31, 2006 9:04 AM by kukeltje

    JOIN - strange behaviour?

    smecherutza

      In the following schema if transition A1:j1 entered in j1 and B1:j1 entered in j1, normally the C state should be reached automatically, but join state saying that is waitting for concurent transition from the B2 branch.Is this a normal behaviour? If i send signal for B2 branch before A1 and B1 everythings works fine. Please advise.
      .........Start State
      ...............|
      .......... Fork: f1
      ......./.................\
      State:A...............State:B
      ....|...........................|
      State:A1................Fork:f2
      ....|........................./.......\
      ....|................State:B1....State:B2
      ....|.................../...................|
      .....\................/..................../
      .......\............/..................../
      ..........Join:j1................ .../
      ..............|..................... ./
      .............State:C............/
      ....................\............./
      .......................Join:j2
      ..........................|
      .......................End State