blob: 4cf7ceeed299a340a6c5aaa7a86494e931c7ccaa [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
packages:
hello_world_package:
version: 1.0
license: Apache-2.0
actions:
hello_world_triggerrule:
function: src/hello_plus.js
inputs:
name: string
place: string
children: integer
height: float
outputs:
greeting: string
details: string
triggers:
meetPerson:
inputs:
name: Sam
place: the Shire
children: 13
height: 1.2
rules:
meetPersonRule:
trigger: meetPerson
action: hello_world_triggerrule