The full environment contains these components:
- Zeebe
- Zeebe Send Email Worker
To start your environment use the following command:
docker-compose up -d
Now you can use Zeebe with the following port:
- Zeebe: http://localhost:26500
To stop the environment run the following command:
docker-compose down -v
In the ZeebeSendEmailWorker/src/main/resources file you can find a sample .bpmn process that can be deployed and that works with... the Job Worker.
You can either do it via your docker compose as follows:
Or through the application.properties:
It is possible to do it with the .bpmn file:
Alternatively, you can define the sender and receiver with the application.properties file: