- Uses Camunda Tasklist REST API to work with tasks
- Uses a webhook to start a process instance
- renders Camunda Forms using a dedicated component
- renders other forms using react
- run Camunda platform
- ensure you have access to:
- Tasklist REST API
- Connectors inbound endpoint
- Keycloak REST API
- deploy example.bpmn upfront (the application does not actually rely on a zeebe client, so no deployment)
For this, you may have to generate your own "Application" in Identity
- adjust the
application.yamlto match your connection details - run it using
mvn spring-boot:run