I have a process which was getting deployed successfully on cockpit. I made many changes to process and tried to re deploy it, somehow the deployment shows success, but not able to see it in cockpit. I google and found it could be due to bpmn is not valid, but I am able to open it and camunda modeler does not show any error.
Any suggestions?
Check that your BPMN has the “executable” checkbox checked.
Hi Stephen…
Thx for responding…BPMN has the “executable” checkbox checked. I just figured it out. Somehow I used subprocess and that is somehow creating issue. Is there a way to validate BPMN within camunda ?
the engine will usually identify most issues.
Can you post a example of your BPMN image to show what you had done?
I found the issue. Issue was I used sub process, but didn’t put end activity within sub process. After adding the same , it is deployed and is visible on cockpit…