blob: eea15e2427cf0748c51e8d75f90a9cb0a3960713 [file] [log] [blame]
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!
HelloWorld-3:
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, HelloWorld-3
triggers:
ManagedTrigger-1:
rules:
ManagedRule-1:
action: ManagedSequence-1
trigger: ManagedTrigger-1