digraph { node [shape=plaintext]; subgraph { _1 [label="1. Record architecture decisions"; URL="0001-record-architecture-decisions.html"]; _2 [label="2. Fault Propagation from Child to Parent Activities"; URL="0002-fault-propagation-from-child-to-parent-activities.html"]; _1 -> _2 [style="dotted", weight=1]; _3 [label="3. Direct Bookmark Management in WorkflowExecutionContext"; URL="0003-direct-bookmark-management-in-workflowexecutioncontext.html"]; _2 -> _3 [style="dotted", weight=1]; _4 [label="4. Activity Execution Snapshots"; URL="0004-activity-execution-snapshots.html"]; _3 -> _4 [style="dotted", weight=1]; _5 [label="5. Token-Centric Flowchart Execution Model"; URL="0005-token-centric-flowchart-execution-model.html"]; _4 -> _5 [style="dotted", weight=1]; _6 [label="6. Tenant Deleted Event"; URL="0006-tenant-deleted-event.html"]; _5 -> _6 [style="dotted", weight=1]; _7 [label="7. Adoption of Explicit Merge Modes for Flowchart Joins"; URL="0007-adoption-of-explicit-merge-modes-for-flowchart-joins.html"]; _6 -> _7 [style="dotted", weight=1]; _8 [label="8. Empty String as Default Tenant ID"; URL="0008-empty-string-as-default-tenant-id.html"]; _7 -> _8 [style="dotted", weight=1]; _9 [label="9. Asterisk Sentinel Value for Tenant-Agnostic Entities"; URL="0009-asterisk-sentinel-value-for-tenant-agnostic-entities.html"]; _8 -> _9 [style="dotted", weight=1]; } }