This content has been marked as final.
Show 2 replies
-
1. Re: ActionHandler in node not called unless inside transitio
Chris OBrien Jul 7, 2006 12:54 PM (in response to John Baker)Action is not a valid element inside of state. A state is just a 'wait-state' that sits there until someone signals the token out of it.
If you want a state that performs an action like that, use a node element. You are allowed to put an action inside the node element like you are trying with state. The action in the node will get fired whenever it gets to the node. -
2. Re: ActionHandler in node not called unless inside transitio
Ronald van Kuijk Jul 7, 2006 4:00 PM (in response to John Baker)or if you add an event type to it, it gets fired whenever the events occurs