Simple POC implementation with Zeebe including below concepts;
- Asynchronous communication between zeebe, server and client.
- UI flow management inside zeebe process.
- Loosely coupled custom persistance implemetation.
- Sampling Headers and Input/Output variables.
Process is stored in the Processes folder of project. Project is deploying process at startup. You can use Zeebe Modeller to modify it and also upload to camunda cloud.
- Setup Zeebe on Docker
- Run the project :)