2026-05-17 18:40:03 +07:00

8 lines
209 B
Plaintext

@startuml
[*] --> TRIGGERED : User sends SOS
TRIGGERED --> ACKNOWLEDGED : Guardian acknowledges
ACKNOWLEDGED --> RESOLVED : incident handled
TRIGGERED --> RESOLVED : auto/manual close
RESOLVED --> [*]
@enduml