This project builds a springboot application with an embedded camunda engine and a sample process
- the process consist of a
user task
and aservice task
- the
service task
calls aJavaDelegate
which logs some output
Run gradlew bootRun
to build and start the application