I looked into some state diagrams online and don't see any with multiple events which lead to transitions between two states...
For example I have two states A and B and a number of events that can occur X Y and Z that can make A --> B transition.
Ideally I want to do
A------------------------->B
X , Y, Z
B---------------------->A
M,N
where x y z and m n are triggers. and I have some events where they stay in the same state. I am not sure if this is acceptable...