Sequence Diagram Example ┌─┐ ║"│ └┬┘ ┌┼┐ │ ┌──────────┐ ┌──────────┐ ┌────────┐ ┌┴┐ │Web Server│ │App Server│ │Database│ Actor └─────┬────┘ └─────┬────┘ └────┬───┘ │ GET participants.html │ │ │ │────────────────────────>│ │ │ │ │ │ │ │ │ GET participants.html │ │ │ │────────────────────────>│ │ │ │ │ │ │ │ │SELECT * FROM participants │ ╔════════════════════════╗ │ │ │──────────────────────────>│ ║Note: check SQL syntax ░║ │ │ │ │ ║with DBAs ║ │ │ │ │ ╚════════════════════════╝ │ │ │return participant records │ │ │ │<──────────────────────────│ │ │ │ │ │ │return participants.html │ │ │ │<────────────────────────│ │ │ │ │ │ │return participants.html │ │ │ │<────────────────────────│ │ │ Actor ┌─────┴────┐ ┌─────┴────┐ ┌────┴───┐ ┌─┐ │Web Server│ │App Server│ │Database│ ║"│ └──────────┘ └──────────┘ └────────┘ └┬┘ ┌┼┐ │ ┌┴┐