Hi,
I Need Sample Rest api to download Process Diagram.
I used the Rest api given in forum from post man but I can’t able to see only 204 Response code.
Kindly help me how to see the diagram from post man.
Hi,
I Need Sample Rest api to download Process Diagram.
I used the Rest api given in forum from post man but I can’t able to see only 204 Response code.
Kindly help me how to see the diagram from post man.
Hi @manish_kumar,
try this one: https://docs.camunda.org/manual/7.12/reference/rest/process-definition/get-xml/
Hope this helps, Ingo
Hi @manish_kumar,
try this one : https://docs.camunda.org/manual/7.12/reference/rest/process-definition/get-diagram/
if you have the image with same name as your bpmn model like process.bpmn and process.png in your deployement then above endpoint will give you the image resource.
Hope this will help, Mukul.