BPMN deployment works but Operate does not show any BPMN

When I deploy a BPMN from Camunda Modeler using a BPMN 8 model it says it is ok but when I try to see it in the Operate console or Tasklist it is not there.

operate | io.camunda.operate.exceptions.OperateRuntimeException: Import is not possible for Zeebe version: 8.3

Hi @UrielZamora and welcome to the forum,

Which setup do you have? SaaS? Self-Managed with helm-charts/docker/manual installation?
Have you performed an update of the cluster to a newer version of Zeebe?
Does it really say Zeebe version: 8.3, or is this a typo?
Which version of the modeler are you using?

Sorry, for the number of questions. :sweat_smile:

I just realized that I ran into the same problem following the Get started guide using docker. My forum post here: Tasks not showing in Tasklist - Camunda 8 - Get Started

Here is the error message in the zeebe docker log (twice every two seconds):
2023-04-15 18:02:38 2023-04-15 16:02:38.022 ERROR 7 — [ import_1] i.c.o.z.ImportJob : Import is not possible for Zeebe version: 8.3
2023-04-15 18:02:38
2023-04-15 18:02:38 io.camunda.operate.exceptions.OperateRuntimeException: Import is not possible for Zeebe version: 8.3
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.ImportBatchProcessorFactory.getImportBatchProcessor(ImportBatchProcessorFactory.java:41) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.ImportJob.processOneIndexBatch(ImportJob.java:129) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.ImportJob.call(ImportJob.java:84) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.RecordsReader.lambda$executeJob$4(RecordsReader.java:344) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
2023-04-15 18:02:38 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
2023-04-15 18:02:38 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
2023-04-15 18:02:38 at java.lang.Thread.run(Unknown Source) ~[?:?]
2023-04-15 18:02:38
2023-04-15 18:02:38 2023-04-15 16:02:38.045 ERROR 7 — [ import_2] i.c.o.z.ImportJob : Import is not possible for Zeebe version: 8.3
2023-04-15 18:02:38
2023-04-15 18:02:38 io.camunda.operate.exceptions.OperateRuntimeException: Import is not possible for Zeebe version: 8.3
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.ImportBatchProcessorFactory.getImportBatchProcessor(ImportBatchProcessorFactory.java:41) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.ImportJob.processOneIndexBatch(ImportJob.java:129) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.ImportJob.call(ImportJob.java:84) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at io.camunda.operate.zeebeimport.RecordsReader.lambda$executeJob$4(RecordsReader.java:344) ~[operate-importer-8.3.0-SNAPSHOT.jar!/:?]
2023-04-15 18:02:38 at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
2023-04-15 18:02:38 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
2023-04-15 18:02:38 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
2023-04-15 18:02:38 at java.lang.Thread.run(Unknown Source) ~[?:?]

Hi Stephan, it is on SelfManaged, and yes I was using 8.3 but changed to 8.2 and Operate shows now the process properly, thanks!

did it work for you changing to Camunda 8.2 version?