After deploying the BPMN and DMN files via the Zeebe client from an application into CAMUNDA 8, where are these files persisted in CAMUNDA? Is it Elasticsearch or PostgreSQL?
It’s neither place the files are stored. Postgresql is used only for Camunda 7.
In Camunda 8, zeebee uses file based storage is used. You can take a look at the chart values.
For example:
1 Like
Thank you @cpbpm for sharing the resource. So are these BPMN and .DMN files are persisted in RocksDB which is embedded in Zeebe?
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.