Versions Compared

Key

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

...

NameData TypeRequiredDescriptionComment
sceneEnumYes

the scene of the workflow designer. Valid value as follow:

resource vnf - open a VNF's workflow

service - open a Service's workflow

different scene may has different activities extend.

...

NameData TypeRequiredDescriptionComment
id
String
Yes
Unique UUID of the workflow

name
String
YesName of the workflow
version
String
Noversion of the workflow
description
String
Nodescription of the workflow
sceneEnumYes

the scene of the workflow designer. Valid value as follow:

resource vnf - open a VNF's workflow

service - open a Service's workflow

different scene may has different activities extend.
data
StringObject
YesThe workflow contentfor new workflow, the data field maybe empty.

Example:

Code Block
languagexml
titleA New Workflow (Empty):
{
    "id":"activity-id",
    "name":"Upgrade Image",
    "version":"1.0",
    "description":"Upgrade Image",
    "scene":"vnf",
    "data":{

    }
}


ExtendActivity

Detail informtion of the extend activity.

...