Update Documentation for migration
[policy/parent.git] / docs / clamp / acm / plantuml / system-dialogues / MigrateAcElements.puml
1 @startuml\r
2 participant "ACM Runtime"\r
3 participant Participant\r
4 participant "Participant Api"\r
5 \r
6 alt "instance Id and Composition Ids exist"\r
7   "ACM Runtime" -> Participant : [ASYNC] Migration message from source to target composition\r
8   Participant -> "Participant Api" : Migrate AC Element\r
9   "Participant Api" -> Participant : AC Element Migrated\r
10   Participant -> "ACM Runtime" : [ASYNC] Migration completed\r
11   note right\r
12   Returns AUTOMATION_COMPOSITION_STATE_CHANGE message.\r
13   end note\r
14 end\r
15 @enduml\r