Skip to content

Commit

Permalink
chore: add relations for TERMINATED to state diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus committed Feb 17, 2023
1 parent c19f5b9 commit 07c67f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
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
[*] --> CONSUMER_REQUESTED: C
CONSUMER_REQUESTED --> PROVIDER_OFFERED: P
CONSUMER_REQUESTED --> PROVIDER_AGREED: P
CONSUMER_REQUESTED --> TERMINATED: P

[*] --> PROVIDER_OFFERED: P
PROVIDER_OFFERED --> CONSUMER_REQUESTED: C
PROVIDER_OFFERED --> CONSUMER_AGREED: C
PROVIDER_OFFERED -> TERMINATED: C

CONSUMER_AGREED --> PROVIDER_AGREED: P
CONSUMER_AGREED -> TERMINATED: P

PROVIDER_AGREED --> CONSUMER_VERIFIED: C
PROVIDER_AGREED -> TERMINATED: C

CONSUMER_VERIFIED --> PROVIDER_FINALIZED: P
CONSUMER_VERIFIED -> TERMINATED: P

PROVIDER_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.
3 changes: 3 additions & 0 deletions transfer/transfer.process.state.machine.puml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ state TERMINATED $lightRed #$borderRed : <color:$darkGray>TransferTerminationMes

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

TERMINATED --> [*]
Expand Down

0 comments on commit 07c67f4

Please sign in to comment.