How to view the deployed bpmn using Camunda Modeler

I have seen that deployed BPMN file content is saved as “Blob” type in

Column: “BYTE_”
DB Table: “ACT_GE_BYTEARRAY”

Is there any feature in Camunda Modeler to connect with a Camunda Engine Database and view those deployed BPMN workflows?

Hi @Himanshu_Singh,

no, there isn’t anything availbale.

But you can implement a modeler plugin that uses this REST endpoint to access them: Get BPMN 2.0 XML | docs.camunda.org

Hope this helps, Ingo

HI @Himanshu_Singh there is no way to see those deployments but you view deployed bpmn using API’s