Adding new state and system diagrams/pages
[policy/parent.git] / docs / clamp / acm / plantuml / system-dialogues / FullParticipantReport.puml
1 @startuml
2
3 participant REST
4 participant ACM_Runtime
5 participant Participants
6
7 REST -> ACM_Runtime: Order Participant Information
8 ACM_Runtime -> Participants: Issue immediate Heartbeat Report\n(See ยง1.3)
9 REST <- ACM_Runtime: Participant Information Ordered
10
11 @enduml