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&AI
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


VIDgroup INVENTORY RECORD CREATION
	hnote over OOF : Homing
	SO -> SOA&AI : Service creationCreation requestRequest

	note left: VIDService UserModel RequestsID, Service Instantiation Creation 
Recipe ID
	
end

group HOMING REQUEST
	hnote over OOF : Homing
	SO --> VIDOOF : Service creationCreation Response

Part1 -> Part2: example flowRequest
	note left: Service Model ID, Service Recipe ID
	
end


note left: notes can be added 
Part2 --> Part1: Example response
note right: more notes can be added
@enduml

...