aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/resources/interfaceDefinition/interfaceDefinition-tosca1.3.yaml
blob: 13dfb9a1fb4bb1a9e3d73426b268413073094db1 (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
inputs:
  stringInput:
    type: string
    description: stringInput description
    required: true
    default: defaultValue
    status: aStatus
  actionInput:
    type: org.openecomp.resource.datatypes.Action
type: tosca.interfaces.node.lifecycle.Standard
operations:
  create:
    implementation: "camunda/serviceSelect"
  start:
    implementation: "camunda/executeAction"
    inputs:
      action:
        type: org.openecomp.resource.datatypes.Action
  stop:
    implementation: "camunda/executeAction"
    inputs:
      action:
        type: org.openecomp.resource.datatypes.Action
  delete:
    implementation: "camunda/serviceDeselect"