Hello, is it possible to have multiple final states at the same level (either at top level or within a composite states)?
If yes, how? i would like different states to point (via a transition) to a different final state. This is permitted in the UML or statecharts specification, it can be used to reflect different ways in which the behaviour described in a state (diagram) can terminate.
Sorry for my ignorance if this can be done, but I did not find any example on how this could be achieved.