Outcomes

Mermaid Examples

View the original Working Session content
 

See https://mermaidjs.github.io/ for more examples!

graph LR A(CLIENT) -->|1|B(PROXY) B -->|2| C(API) C-->|3|B(PROXY) B-->|4|A(CLIENT)
graph LR; A[Hard edge] -->|Link text| B(Round edge) B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two]
sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->John: Fight against hypochondria end Note right of John: Rational thoughts
prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good!

Session organiser(s)

Participants

Attached materials: