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