blob: e9693adf2a19979a9adce349c10f50448f18b337 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"interfaceOperations": {
"operation": {
"description": "abcd description",
"inputParams": {
"listToscaDataDefinition": [
{
"name": "inp1",
"type": "string",
"property": "97477d27-8fe2-45a1-83cb-83368ef2a402.nf_naming_code",
"mandatory": true
}
]
},
"outputParams": {
"listToscaDataDefinition": [
{
"name": "op",
"mandatory": true,
"type": "String"
}
]
},
"operationType": "create",
"workflowAssociationType": "EXISTING",
"workflowId" : "workflowId",
"workflowVersionId" : "workflowVersionId"
}
}
}
|