You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stateDiagram-v2
alice --> bob: Hello bob, how are you?
bob --> state2
state state2 {
%% comments set as separate states
bob1 --> alice2: I am good thanks!
}