6 - Runtime view

Example

sequenceDiagram 
	actor User
	participant FE as Browser
	participant BE as Server
	participant Authentication as Auth
	
	User->>+FE: load app
	FE->>BE : / 
	BE->>Auth: Get Status