I have a user with active and inactive state, where the administrator can make the user active (on recover) or inactive (on delete). My question is:
1) Do I need to draw chart for this?
2) If yes, Which one is the correct way of drawing statechart? a or b? or any other ways?
a) Start ----> User active <----> User inactive
b) Start ----> User active ----> User inactive ---> end
Start <---- User inactive ----> User active ---> end