Skip to content
Updated _Header.Guide (markdown) authored by Fahmi Akbar Wildana's avatar Fahmi Akbar Wildana
When designing a State Machine, you need to know the purpose. Each State Machine has slightly different convention.
## State Machine for...
#### Manage users workflow
For the event name, the event must answer this question:
1. What is the event? (Ans: pay)
2. How to trigger it? (Ans: by clicking the button or hit enter key)
#### Manage system process
...
#### Resource management
> just use State Management
\ No newline at end of file