I have a composite state : Post-Exam
in the composite state i have 2 sub state both call Post-Exam but both of them do separate events , is this allowed in the UML state diagram? its something like this :
( Post-Exam )---->( )
( Start -> (Post-Exam / Do : show marks ) ---> end )
( Start -> (Post-Exam / Do : reward student) ---> end )
( ) --> something else.
Is this allowed in the UML state diagram? with sub states having the same name , because i wanna do 2 events while being in Post-Exam state.