Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
titleSDC Service Distribution-1
@startuml
participant VID
participant SO
participant A&AIAAI
participant OOF
autonumber 

group SERVICE CREATION REQUEST
	hnote over SO : SO Service Creation
	VID -> SO : Service Creation Request
	note left: Service Model ID, Service Recipe ID
	
end

group INVENTORY RECORD CREATION
	hnote over A&AIAAI : Inventory Creation
	SO -> A&AIAAI : Inventory Record Creation Request
	note left: ServiceINVENTORY Model IDRECORD
	
end

group HOMING REQUEST
	hnote over OOF : Homing
	SO -> OOF : Service Creation Request
	note left: Service Model ID, Service Recipe ID
	
end

@enduml

...