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.