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'.
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
npm run hello-world:hello-world-programmatic-example [number=10]Expected Output:
hello world