From cd3df433a876a83ee0a7a1837defe5ece35ed4be Mon Sep 17 00:00:00 2001 From: Philipp <35833350+ClosedSourcerer@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:49:21 +0100 Subject: [PATCH] Tidied up core business process sequence diagram --- .../adoption-view/overview.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs-kits/kits/Demand and Capacity Management Kit/adoption-view/overview.md b/docs-kits/kits/Demand and Capacity Management Kit/adoption-view/overview.md index 2fb156da979..a51e9baa11a 100644 --- a/docs-kits/kits/Demand and Capacity Management Kit/adoption-view/overview.md +++ b/docs-kits/kits/Demand and Capacity Management Kit/adoption-view/overview.md @@ -76,8 +76,9 @@ The core of the DCM business process is about exchange demand and capacity infor sequenceDiagram actor c as Customer actor s as Supplier -activate c rect rgb(221,130,0) +activate c +note left of c: Exchange demand information c->>c: Manage own material demands c->>s: Provide supplier with WeekBasedMaterialDemand deactivate c @@ -85,6 +86,7 @@ activate s s->>s: Consume WeekBasedMaterialDemand end rect rgb(128,149,00) +note left of c: Exchange capacity information s->>s: Manage own capacities s->>s: Link consumed material demands to capacities within a WeekBasedCapacityGroup s->>c: Provide Customer with WeekBasedCapacityGroup @@ -92,6 +94,7 @@ activate c c->>c: Consume WeekBasedCapacityGroup end rect rgb(04,107,153) +note left of c: Compare demands to capacity c->>c: Compare WeekBasedMaterialDemand to WeekBasedCapacityGroup s->>s: Compare WeekBasedMaterialDemand to WeekBasedCapacityGroup c->>c: Identify bottlenecks