13dfb9a1fb4bb1a9e3d73426b268413073094db1
[sdc.git] / catalog-be / src / test / resources / interfaceDefinition / interfaceDefinition-tosca1.3.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 operations:
12   create:
13     implementation: "camunda/serviceSelect"
14   start:
15     implementation: "camunda/executeAction"
16     inputs:
17       action:
18         type: org.openecomp.resource.datatypes.Action
19   stop:
20     implementation: "camunda/executeAction"
21     inputs:
22       action:
23         type: org.openecomp.resource.datatypes.Action
24   delete:
25     implementation: "camunda/serviceDeselect"