From e25ee17af6352e08bfa330c30f897bc271e2ac33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20F=C3=B6rster?= Date: Thu, 8 May 2025 15:39:55 +0200 Subject: [PATCH] Use sequence diagram in example runtime view --- .../chapters/adr/0003-use-structurizr-for-c4-diagrams.adoc | 2 +- src/diagrams/c4/workspace.dsl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/arc42/chapters/adr/0003-use-structurizr-for-c4-diagrams.adoc b/src/arc42/chapters/adr/0003-use-structurizr-for-c4-diagrams.adoc index c67287e..913da1b 100644 --- a/src/arc42/chapters/adr/0003-use-structurizr-for-c4-diagrams.adoc +++ b/src/arc42/chapters/adr/0003-use-structurizr-for-c4-diagrams.adoc @@ -4,7 +4,7 @@ Date: 2025-05-08 ==== Status -Proposed +Accepted ==== Decision makers diff --git a/src/diagrams/c4/workspace.dsl b/src/diagrams/c4/workspace.dsl index 14e2778..48d8c52 100644 --- a/src/diagrams/c4/workspace.dsl +++ b/src/diagrams/c4/workspace.dsl @@ -194,6 +194,9 @@ workspace "Big Bank plc" "This is an example workspace to illustrate the key fea signinController -> singlePageApplication "Sends back an authentication token to" autoLayout description "Summarises how the sign in feature works in the single-page application." + properties { + plantuml.sequenceDiagram true + } } deployment internetBankingSystem "Development" "DevelopmentDeployment" {