I have implement the java code base to create a simple process with one user Task to that I have refers that documentation has published on Camunda Docs. I’ve successfully build the code base and also run and created the Camunda diagram,
My question is that created diagram not displays when we add the diagram to the Camunda cloud modeler?
If you created the BPMN model using the java model api it does not generate the diagram interchange section of the model. This is usually because it’s not needed by the engine to run it. Because this information is missing the modeler doesn’t know how to display it.
I have build the diagram with codebase with Camunda Fluent APIs , but the thing is we cant start the process after we deploy the diagram to the server, do you guys have any solutions for that.