Skip to content

Commit

Permalink
Diagram reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Mar 7, 2024
1 parent a28098b commit 0c89b6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file modified documentation/src/main/paradox/diagrams/TransactionEntity.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@startuml
skinparam handwritten true
skinparam defaultFontName Chalkboard

title Transaction entity state diagram
Expand All @@ -12,6 +11,12 @@ Committing --> Committed : all branches confirm commit
Aborting --> Aborted : all branches confirm abort

note right of Preparing: side-effect: call prepare() on branches
note left of Committing: side-effect: call commit() on branches
note bottom of Committing: side-effect: call commit() on branches
note right of Aborting: side-effect: call abort() on branches

state Preparing #LightBlue
state Committing #LightGreen
state Aborting #LightCoral
state Committed #Green
state Aborted #Coral
@enduml

0 comments on commit 0c89b6a

Please sign in to comment.