aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/plantuml/system-dialogues/MigrateAcElementsResponse.puml
blob: 3ba0410fc5164a4445f1805dc4b1effaca5a76f4 (plain)
1
2
3
4
5
6
7
8
9
10
@startuml
participant "ACM Runtime"
participant "ACM Database"
participant Participant

alt "instance Id and Composition Ids exist"
  Participant -> "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
end
@enduml