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

group ASSOCIATED RESOURCES
	hnote over SO : Service Instance ID, Configuration information
 	SO -> SO : Associated Resource Created
end

group CONFIGURE & ACTIVATE SERVICE
	hnote over Controller : Service Instance ID, Configuration information
	SO -> Controller : Activate Service
	Controller -> Controller : Configure Associated Resources
	Controller -> Controller : A&AI Updates
	Controller -> Controller : DCAE Monitoring Activated
	Controller -> Controller : Activate Service (State)
	Controller -> SO : Service Activated	
end

group USER RESPONSE
	hnote over SO : xNFService Resources, Service IDInstance UUID
	SO -> VID : Service Creation Response, Inform User
end

@enduml


  1. << what >> – Flow description accor

...