aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-building-blocks/src/main/resources/ActivitySpec/VNFUpgradePreCheckActivitySpec.json
blob: bae912ee3b84c175a05d37f74f10e51a4fc96b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "VNFUpgradePreCheckActivity",
  "description": "Activity to UpgradePreCheck on VNF",
  "categoryList": [
    "VNF"
  ],
  "inputParameters": [],
  "outputParameters": [
    {
      "name": "WorkflowException",
      "type": "WorkflowException"
    }
  ]
}