blob: bb496f6524cca5aaff043acb5be22f46f603490e [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!
sequences:
ManagedSequence-1:
actions: HelloWorld-1, HelloWorld-2