My project uses Camunda 7 + Spring Boot 3.x to manage the workflows. We recently ran into a transaction issue where we had a retry-serializable exception during a concurrent bpmn validator execution. Typically, Camunda should/would be able to handle concurrent executions. We don’t have any configs set in the code. It’s just an out-of-the-box Spring Boot with Camunda 7.
I may be missing some generic config (may be Camunda config/ data source config). Any help would be deeply appreciated.