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
Add the cancel state to state machines made diagrams difficult to read. This issue require to not use Cancel state, but use two new stereotypes: <> <<back_from_cancel>>.
cancellable: states with this stereotype can be cancellable.
back_from_cancel: when an instance is in cancel state, you can back to this state.
The text was updated successfully, but these errors were encountered:
Add the cancel state to state machines made diagrams difficult to read. This issue require to not use Cancel state, but use two new stereotypes: <> <<back_from_cancel>>.
cancellable: states with this stereotype can be cancellable.
back_from_cancel: when an instance is in cancel state, you can back to this state.
The text was updated successfully, but these errors were encountered: