Skip to content

Latest commit

 

History

History

README.md

Hello World Examples

Both of these example create the obligatory hello world flow.

Each of the examples contains one rule that will look for a Message containing hello and log 'hello world'.

hello-world-dsl-example

To run this example run the following command in the root of the project.

npm run hello-world:hello-world-dsl-example [number=10]

Expected Output:

hello world

hello-world-programmatic-example

npm run hello-world:hello-world-programmatic-example [number=10]

Expected Output:

hello world