Camunda meta-model

Hi , I am using Camunda bpm platform master source code, I cannot understand the relation between the main component( Process , Process instance , Activity , Task , case ,variable , user, group , role) of the process engine API .Is there any meta model (UML diagram or other ) that helps me to understand how does it work .Acutely I used a reengineering tool to transform the code source to a UML diagram but the result was catastrophic

Hi @sara1

you can take a look at the database schema of Camunda. These diagrams show you what information is stored and what the relations are.

You can find the schema here.

Hope this helps

Regards
Michael

1 Like