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