Skip to content

Commit

Permalink
Tidied up core business process sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ClosedSourcerer committed Nov 6, 2024
1 parent 683986b commit cd3df43
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,25 @@ 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
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
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
Expand Down

0 comments on commit cd3df43

Please sign in to comment.