4 Replies Latest reply on Aug 8, 2010 5:50 AM by rebody

    How to know it coming from which transition in a start-event handler ?

    tunmang

      Hi There:

       

      In a start-event handler of a state node, how does one know from which transition it comes from in the override notify function ?

       

      @Override

      public void notify(EventListenerExecution execution)
      {
          // how to get the from-transition's name ??
      }
      Thanks a lot for your help.