Expand Camunda Community functionality with Rest API

Hi! Can I expand Camunda Community functionality with Rest API and use some enterprise features?

Sure, go to town!
Enterprise features all built on existing API exposed by rest. You’re more than welcome to build on top of that :slight_smile:

Thank you for your answer! Actually, I have a few more questions :slightly_smiling_face:

  1. Can I make a Rebranding of Camunda UI in Community Version?
  2. What is the best interaction Model in integration with Camunda and Spring Boot– Kafka/Event publication/webhooks/pull?
  3. What about Runtime upgrade Blue/Green?

Sure no problem.

Lots of different way of doing this, i would generally suggest a good starting point would be to use Kafa’s java client to publish and/or subscribe for events within the spring boot application

Can you explain this in more detail?

The application should have a container with the possibility of releases for specific users