This example shows how to apply the external task pattern: the server with a BPMN process will create tasks which will be executed by an external task client.
First start the server, see micronaut-zeebe-server-example.
Start Client:
./gradlew run -p micronaut-zeebe-client-example
This will output something like:
Completed external task: 83*2=166
Completed external task: 34*2=68
Completed external task: 55*2=110
Completed external task: 14*2=28