Architecture way support required

Hi Team,
Kindly provide your suggestions
I am going to use camunda 7.18. I am going to use

  1. Angular UI + Spring Boot (Business Logic) + Camunda Engine (Spring Boot) + Camunda Database (with business tables).
  2. Angular UI + Spring Boot (Business & Camunda engine) + Database

Above 2 approach which one is preferable ?

Can I split Camunda engine separately from our business spring boot project or we should embedded which one is preferable ?

Assume: Tomorrow I will migrate my project into Camunda 8

Hi @vinothkumar,

It depends.

If have to write process engine plugins (which are not available in Camunda 8), approach 2 is better.

If you want to stay close to the architecture of Camunda 8, approach 1 is better, if you use Camunda Run as your proces engine and implement the business logic as external tasks.

Hope this helps, Ingo

1 Like

Thanks a lot. It makes sense