Skip to content

Commit

Permalink
chore: fix diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara committed Nov 7, 2022
1 parent 393887f commit 806ab90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slides/content/home/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,10 @@ The _Packaging Machine_ has interactions with the **Alarm**, **Report** and **Ma

{{< mermaid >}}
graph TD
dt([Milk Tank\nDigital Twin]) == "ph-out-of-range" ==> alarm_bc[Alarm\nBounded Context]
dt([Packaging Machine\nDigital Twin]) == "packagingMachine-failure" ==> alarm_bc[Alarm\nBounded Context]
dt == "package-damaged" ==> alarm_bc
dt == "packaging-started" ==> stocking_bc([Stocking\nBounded Context])
dt == "temperature-out-of-range" ==> alarm_bc
dt -.. availableMilk .- milk_planning_bc[Milk Planning\nBounded Context]
prod[Production\nBounded Context] -..-> dt
{{< /mermaid >}}
{{% /column %}}
{{% /container %}}
Expand Down

0 comments on commit 806ab90

Please sign in to comment.