Skip to content

Commit

Permalink
chore: add relations for TERMINATED in state diagrams (International-…
Browse files Browse the repository at this point in the history
…Data-Spaces-Association#43)

* chore: add relations for TERMINATED to state diagrams

* chore: apply feedback
  • Loading branch information
juliapampus authored Aug 10, 2023
1 parent 3cb9932 commit 2546b78
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
Binary file modified negotiation/contract.negotiation.state.machine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions negotiation/contract.negotiation.state.machine.puml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@ state TERMINATED $lightRed #$borderRed: <color:$darkGray>ContractNegotiationTer
[*] --> REQUESTED: C
REQUESTED --> OFFERED: P
REQUESTED --> AGREED: P
REQUESTED --> TERMINATED: C/P

[*] --> OFFERED: P
OFFERED --> REQUESTED: C
OFFERED --> ACCEPTED: C
OFFERED --> TERMINATED: C/P

ACCEPTED --> AGREED: P
ACCEPTED -> TERMINATED: P

AGREED --> VERIFIED: C
AGREED --> TERMINATED: C

VERIFIED --> FINALIZED: P
VERIFIED -> TERMINATED: P

FINALIZED -->[*]
TERMINATED --> [*]
Expand Down
Binary file modified transfer/transfer-process-state-machine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion transfer/transfer-process-state-machine.puml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ state TERMINATED $lightRed #$borderRed : <color:$darkGray>TransferTerminationMes

[*] --> REQUESTED: C
REQUESTED --> STARTED: P
REQUESTED --> TERMINATED: C/P

STARTED --> COMPLETED: P/C
STARTED --> SUSPENDED: P/C
STARTED --> TERMINATED: P/C

SUSPENDED --> STARTED: P/C
COMPLETED -->[*]
SUSPENDED --> TERMINATED: P/C

COMPLETED -->[*]
TERMINATED --> [*]

@enduml

0 comments on commit 2546b78

Please sign in to comment.