Versions Compared

Key

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

...

FieldDescriptionDataTypeValidations
InvariantUUIDInvariantUUID generated by ASDC per each Activity Spec. Remains same across various versions of ActivitySpec. Used by SDC and ECOMP components to identify ActivitySpec. Not expected to be used by users to identify ActivitySpec, is not human readable.string
 2UUIDUUID generated by ASDC per each version of the Activity Spec. Used by SDC and ECOMP components to identify ActivitySpec. Not expected to be used by users to identify ActivitySpec, is not human readable.string
 3NameName of the Activity Spec.  A user friendly name, used to display in ASDC UI defining the workflows or user monitoring a process in MSOstringUnique
 4DescriptionDescription of Activity Spec, which can be used in future as help text displayed to users. string  
 5Category Category of the Activity Spec. Should be able to filter the Activities User can use based on context of workflow. Expect an ActivitySpec can be part of multiple Categories. Category will have list of valid-values configurable and for an Activity-Spec we could assign one or more categories. Categories have values like Service, VNF to indicate ActivitySpec applies to VNF and/or Service. string[]  
 6inputParameters Inputs of the ActivitySpec to be received from Workflow stringparameter[]  
 7outputParametersOutputs of the ActivitySpec to be sent to Workflow stringparameter[]  
 8status

Status of the Activity Spec

 
string  

Status Transition Map

  1. draft - On creation by using createActivitySpec
  2. certified - On certification by using certifyActivitySpec
  3. deprecated - On certification by using deprecateActivitySpec