0 Replies Latest reply on Jun 4, 2007 8:16 AM by vipul.gupta

    Problem with state transition

    vipul.gupta

      Hi everyone,

      i am facing a peculair problem.

      I have a PD
      start ->taksNode1 -> taskNode2 -> taskNode3 -> end-State

      when i run the folowing code ,

      println(instance.getRootToken().getNode().getName());
      instance.signal();
      println(instance.getRootToken().getNode().getName());

      it prints
      start
      end-state

      in test case doing a signal on the instance takes it to taskNode1.

      any idea what is happening or what i might be doing wrong..

      -Vipul