Process deployed, but not listed on operate ui

I am on camunda 8, have created a process workflo with modeler. I have my tasks defined in a spring boot app, with @Deployment annotation used for process deployment.

Spring boot app starts without error, but I never see process listed on operate ui or tasklist. I even tried deploying from modeler itself, but that too doesn’t work.

What am I missing?

I recall seeing some reports of similar issues. This one for example:

I believe there are other cases.

Data may be NOT in sync. Please delete all the index in opensearch/elasticsearch with below 1. zeebe.records. 2. zeebe.operate. 3. zeebe.tasklist.* and also delete any PVC used.

Thanks,

Shamanth

@mghildiy - in order for data to appear in Operate, Tasklist, or Optimize, it needs to be exported first from Zeebe to long term storage (by default Elasticsearch or Opensearch). As the others pointed out, it’s possible it’s not being exported properly. I wouldn’t recommend deleting any data just yet.

How do you have Camunda deployed (Docker, Kubernetes, c8run, etc.)?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.