A[Christmas] -->|Get money| B(Go shopping);
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
2. Sequence diagram
Please notice that the key word actor is currently not supported in the used WP plugin WP Mermaid, and Azure DevOps wiki pages.
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 <br/>prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
Sequenzdiagramm zum Handling einer Phase
Gerne für Product Management und Delegate den Typ von participant auf actor ändern.