Skip to content

Commit

Permalink
fix: Fix failing workflows
Browse files Browse the repository at this point in the history
* refactor: Added empty line

* docs(examples): Generated SVG images for PlantUML diagrams

---------

Co-authored-by: PLantUML <[email protected]>
  • Loading branch information
dreamsinbits and PLantUML authored Dec 19, 2024
1 parent 7bab44c commit eb877a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/AllStickies.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@startuml

!includeurl https://raw.githubusercontent.com/dreamsinbits/event-storming-puml/refs/heads/main/src/EventStorming.iuml

DomainEvent('A state change that happened in a subdomain', SomethingHappened, $Command('Initiates a state change'), $Aggregate('Holds a state and has behaviors for changing it. Informs about state changes via domain events.'), $Policy('Has to be enforced whenever something happens'), $System('Performs a command e.g. External Authentication System'), $User('Triggers a command'), $ReadModel('Data needed to perform the command'))
Expand Down
Loading

0 comments on commit eb877a4

Please sign in to comment.