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 OOF
autonumber 

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

VID -> SO: Service creation request

note left: VID User Requests Service Instantiation Creation 
SO --> VID: Service creation Response

Part1 -> Part2: example flow

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

...