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