Versions Compared

Key

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

...

Name

Data Type

Required

Description

Comment

scriptFormat

String

Yes

The script format, For example: javascript JavaScript, groovy


script

String

Yes

The script content.


...

Code Block
languagexml
collapsetrue
[
    {
        "id":"extend-activity-id-stop-vnf",
        "name":"Stop VNF",
        "description":"Stop VNF",
        "type":"scriptTask",
        "icon":{
            "name":"stop-vnf",
            "width":56,
            "height":56
        },
        "activity":{
            "scriptFormat":"Groovygroovy",
            "script":"test groovy script"
        }
    }
]

...