Support interface input during import VFC
[sdc.git] / catalog-be / src / test / resources / interfaceDefinition / interfaceDefinition-legacy.yaml
1 inputs:
2   stringInput:
3     type: string
4     description: stringInput description
5     required: true
6     default: defaultValue
7     status: aStatus
8   actionInput:
9     type: org.openecomp.resource.datatypes.Action
10 type: tosca.interfaces.node.lifecycle.Standard
11 create:
12   implementation: "camunda/serviceSelect"
13 start:
14   implementation: "camunda/executeAction"
15   inputs:
16     action:
17       type: org.openecomp.resource.datatypes.Action
18 stop:
19   implementation: "camunda/executeAction"
20   inputs:
21     action:
22       type: org.openecomp.resource.datatypes.Action
23 delete:
24   implementation: "camunda/serviceDeselect"