blob: 80693aef0b3001497296e118dbe0b68bf71e7850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@startuml
participant "ACM Runtime"
participant "ACM Database"
participant "Participant Replica 1"
participant "Participant Replica 2"
alt "instance Id and Composition Ids exist"
"Participant Replica 1" -> "ACM Runtime" : [ASYNC] Migration completed
"ACM Runtime" -> "ACM Database" : instance and AC Element will be set in a final state (DEPLOYED)\n and Comp Def IDs change for instance and AC Element
"ACM Runtime" -> "Participant Replica 2": [ASYNC] Send sync message
end
@enduml
|