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