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