blob: d4a0e83546f0487c5ba8932346c8342f6b238939 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "GenericControllerExecution",
"description": "Generic controller execution with BuildingBlockExecution context against controller northbound interface",
"categoryList": [
"VNF",
"PNF"
],
"inputParameters": [],
"outputParameters": [
{
"name": "WorkflowException",
"type": "WorkflowException"
}
]
}
|