blob: 11d98b24ffbdbad83108799aba06035e9df14591 [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.
project:
name: MyFirstManagedProject
packages:
ManagedPackage-1:
actions:
HelloWorld-1:
function: actions/hello.js
runtime: nodejs:6
inputs:
name:
type: string
description: name of a person
place:
type: string
description: location of a person
outputs:
payload:
type: string
description: a simple greeting message, Hello World!
HelloWorld-2:
function: actions/hello.js
runtime: nodejs:6
inputs:
name:
type: string
description: name of a person
place:
type: string
description: location of a person
outputs:
payload:
type: string
description: a simple greeting message, Hello World!
sequences:
ManagedSequence-1:
actions: HelloWorld-1, HelloWorld-2
triggers:
ManagedTrigger-1:
rules:
ManagedRule-1:
action: ManagedSequence-1
trigger: ManagedTrigger-1