blob: 8307714b63f5df469167b8ba190fcf2d9794d603 [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!
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
ManagedSequence-2:
actions: HelloWorld-1, HelloWorld-2, HelloWorld-3
triggers:
ManagedTrigger-1:
rules:
ManagedRule-1:
action: ManagedSequence-1
trigger: ManagedTrigger-1