sequence·OMG UML 2.5.1·software·complexity 3/3·since v0.5.1
Combined fragments gallery
UML sequence diagram demonstrating alt, opt, loop, par, critical, and ref frames in one realistic API interaction.
For the distributed-systems engineer
sequence·§ —
↘ preview
100%
UTF-8 · LF · 34 lines · 790 chars✓ parsed·13.7 ms·11.3 KB SVG
Scenario
This is a compact tour of UML sequence constructs that matter in real service diagrams. The request validates auth, checks idempotency, retries a reservation, publishes asynchronously, persists state, and returns a response.
Annotation key
alt,opt,loop,par, andcriticalare first-class combined fragments.ref over API, Authreferences a reusable interaction instead of inlining it.->>distinguishes asynchronous event publication from blocking calls.