Hi Team,
I am trying to understand the self managed architecture. and have few queries.
Step through everything you need to download, configure, and work with components of Camunda 8 Self-Managed, a self-hosted alternative to using Camunda 8 SaaS.
As web Modeler not having any direct connection with Zeebe and Elastic search in the architecture, how the process got deployed into Zeebe cluster .
Hope Web Modeler store all the BPMN & DMN files into PostgreSql
From the Architecture diagram in the page you linked to, yes, Self Managed Web Modeler stores the workflow diagrams in the PostgreSQL DB.
Hi @vinothkumar -
As web Modeler not having any direct connection with Zeebe and Elastic search in the architecture, how the process got deployed into Zeebe cluster
Web Modeler uses Zeebe’s API to deploy your process models, forms, DMN models, etc.
@nathan.loding while that seems to be the obvious answer, I couldn’t find that in the docs while trying to respond to Vinothkumar.
Could it be added (even though it seems obvious) so that if this question comes up again, we can point at the docs (and the Arch diagram showing that linkage)?
THANKS!
@GotnOGuts - I’ll bring this up with the docs team! The information is represented here , but it’s not an explicit statement of how it functions.