blob: 1675be24b942c406043e9165ba8f404e8e45393b [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:
helloWorldTriggerRule:
version: 1.0
license: Apache-2.0
actions:
greeting:
version: 1.0
function: src/greeting.js
runtime: nodejs:6
inputs:
name: string
place: string
outputs:
payload: string
triggers:
locationUpdateTriggerRule:
rules:
myRuleTriggerRule:
trigger: locationUpdateTriggerRule
#the action name and the action file greeting.js should consistent.
#currently the implementation decide the action name consistent with action file name?
action: greeting