# Camunda IoT Demo

Build with [camunda-bpm-spring-boot-starter-webapp](https://github.com/camunda/camunda-bpm-spring-boot-starter)

## IoT receiver process
This process will be receive every minute the rfid data from the rfid data server.
After receiving the data, this project will start a new sample process.

<img src="camunda/process_IoT_Receiver.png" width="650">

## Sample process
This demo process will be started by the IoT receiver process for each rfid tag, received by the IoT data API.

<img src="camunda/process_IoT_demo_process.png" width="650">