tree: 707af6e64ab88157ce681dbdb609086199b43109 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
serverless-workflow-examples/sonataflow-fluent/README.md

Sonata Workflow Embedded examples

Contains several examples of serverless workflow embedded execution, located at package org.kie.kogito.serverless.workflow.examples.

Each example consist of a commented Java class that can be run using its main method.

The recommend order of execution is

  • HelloWorld
  • Concatenation
  • JQInterpolation
  • ForEachJava
  • ParallelRest

Read comments, run and enjoy!